go.omoves to svo.omoves since it is read from savefile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user