Readability tweak.
This commit is contained in:
parent
bfda14305a
commit
2576613759
1 changed files with 6 additions and 6 deletions
|
@ -83,13 +83,13 @@ int saveresume(FILE *input, bool resume)
|
||||||
SETPRM(1,k/10,MOD(k,10));
|
SETPRM(1,k/10,MOD(k,10));
|
||||||
SETPRM(3,VRSION/10,MOD(VRSION,10));
|
SETPRM(3,VRSION/10,MOD(VRSION,10));
|
||||||
RSPEAK(269);
|
RSPEAK(269);
|
||||||
return(2000);
|
} else {
|
||||||
}
|
|
||||||
memcpy(&game, &save.game, sizeof(struct game_t));
|
memcpy(&game, &save.game, sizeof(struct game_t));
|
||||||
OBJSND[BIRD] = save.bird;
|
OBJSND[BIRD] = save.bird;
|
||||||
OBJTXT[OYSTER] = save.bivalve;
|
OBJTXT[OYSTER] = save.bivalve;
|
||||||
game.zzword=RNDVOC(3,game.zzword);
|
game.zzword=RNDVOC(3,game.zzword);
|
||||||
return(2000);
|
}
|
||||||
|
return 2000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue