go.omoves to svo.omoves since it is read from savefile

This commit is contained in:
nhmall
2025-04-16 12:45:32 -04:00
parent 86bfb3e2f9
commit e024cbc57a
4 changed files with 10 additions and 8 deletions

View File

@@ -732,7 +732,6 @@ struct instance_globals_o {
/* restore.c */
struct fruit *oldfruit;
long omoves;
/* rumors.c */
int oracle_flg; /* -1=>don't use, 0=>need init, 1=>init done */
@@ -1170,6 +1169,8 @@ struct instance_globals_saved_n {
struct instance_globals_saved_o {
/* rumors.c */
unsigned oracle_cnt; /* oracles are handled differently from rumors... */
/* other */
long omoves; /* level timestamp */
};
struct instance_globals_saved_p {