Completely disable text saves until they're synchronized
This commit is contained in:
parent
cb534a0ba5
commit
a7434c9513
|
@ -14,6 +14,9 @@
|
|||
#include "pc/ini.h"
|
||||
#include "pc/network/network.h"
|
||||
|
||||
// note: force-disable TEXTSAVES until it's synchronized
|
||||
#undef TEXTSAVES
|
||||
|
||||
#define MENU_DATA_MAGIC 0x4849
|
||||
#define SAVE_FILE_MAGIC 0x4441
|
||||
|
||||
|
|
Loading…
Reference in New Issue