games/gb: fix typo in the routine to load timer data (thanks qwx)
This commit is contained in:
parent
7d4a1e3643
commit
6176b55759
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ loadsave(char *file)
|
|||
readn(savefd, back, nback);
|
||||
if((feat & FEATTIM) != 0){
|
||||
readn(savefd, tim, TIMERSIZ);
|
||||
timerload(buf);
|
||||
timerload(tim);
|
||||
}
|
||||
atexit(flushback);
|
||||
free(buf);
|
||||
|
|
Loading…
Reference in a new issue