summaryrefslogtreecommitdiffstats
path: root/src/save
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-20 10:12:56 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-20 10:12:56 +0100
commitb4b4c996baa3525c96a53a2a48c879bc87842310 (patch)
treee5366d590e465f78165e2e9978f082683769dfa5 /src/save
parentMerge remote-tracking branch 'upstream/lcs' into lcs (diff)
parentscript fixes (diff)
downloadre3-b4b4c996baa3525c96a53a2a48c879bc87842310.tar
re3-b4b4c996baa3525c96a53a2a48c879bc87842310.tar.gz
re3-b4b4c996baa3525c96a53a2a48c879bc87842310.tar.bz2
re3-b4b4c996baa3525c96a53a2a48c879bc87842310.tar.lz
re3-b4b4c996baa3525c96a53a2a48c879bc87842310.tar.xz
re3-b4b4c996baa3525c96a53a2a48c879bc87842310.tar.zst
re3-b4b4c996baa3525c96a53a2a48c879bc87842310.zip
Diffstat (limited to 'src/save')
-rw-r--r--src/save/GenericGameStorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save/GenericGameStorage.cpp b/src/save/GenericGameStorage.cpp
index 82f66308..13f15b8a 100644
--- a/src/save/GenericGameStorage.cpp
+++ b/src/save/GenericGameStorage.cpp
@@ -44,7 +44,7 @@
// --MIAMI: file done
#define BLOCK_COUNT 22
-#define SIZE_OF_SIMPLEVARS 0xE4
+#define SIZE_OF_SIMPLEVARS 0xE8
const uint32 SIZE_OF_ONE_GAME_IN_BYTES = 201729;