mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 16:34:07 +00:00
Fixed save game Load/Save failed assertion on Debug build
This commit is contained in:
parent
f70c2ad54f
commit
0600edd49d
2 changed files with 5 additions and 1 deletions
|
@ -319,7 +319,7 @@ _TWEEKCLASS(CTweakFloat, float);
|
|||
#undef _TWEEKCLASS
|
||||
|
||||
#ifdef VALIDATE_SAVE_SIZE
|
||||
static int32 _bufBytesRead;
|
||||
extern int32 _bufBytesRead;
|
||||
#define INITSAVEBUF _bufBytesRead = 0;
|
||||
#define VALIDATESAVEBUF(b) assert(_bufBytesRead == b);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue