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

@@ -67,6 +67,7 @@ sys_early_init()
# endif
#endif
sysopt.check_save_uid = 1;
sysopt.seduce = 1; /* if it's compiled in, default to on */
sysopt_seduce_set(sysopt.seduce);
}