Allow disabling savefile UID checking in sysconf

This commit is contained in:
Pasi Kallinen
2015-04-11 21:07:57 +03:00
parent 4771ce5499
commit eb77c57a6c
7 changed files with 22 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ struct sysopt {
# endif
#endif
int seduce;
int check_save_uid; /* restoring savefile checks UID? */
};
extern struct sysopt sysopt;