Use new savegame format to store citymania extra data

This commit is contained in:
dP
2021-10-01 23:23:50 +03:00
parent 407b10e090
commit 3a77bc3628
17 changed files with 175 additions and 488 deletions
+1 -3
View File
@@ -14,8 +14,6 @@
#include "../newgrf_storage.h"
#include "../citymania/cm_saveload.hpp"
#include "../safeguards.h"
/** Description of the data to save and load in #PersistentStorage. */
@@ -55,7 +53,7 @@ struct PSACChunkHandler : ChunkHandler {
}
};
static const citymania::PSACChunkHandler PSAC;
static const PSACChunkHandler PSAC;
static const ChunkHandlerRef persistent_storage_chunk_handlers[] = {
PSAC,
};