mirror of
https://github.com/halpz/re3.git
synced 2025-04-21 18:16:59 +00:00
fix no VALIDATE_SAVE_SIZE build
This commit is contained in:
parent
fdbd414299
commit
de4699a97e
@ -111,5 +111,5 @@ WriteSaveBuf(uint8 *&buf, uint32 &length, const T &value)
|
||||
} while(0)
|
||||
#else
|
||||
#define CheckSaveHeader(buf, a, b, c, d, size) SkipSaveBuf(buf, 8);
|
||||
#define CheckSaveHeaderWithLength(buf, a, b, c, d, size) SkipSaveBuf(buf, 8);
|
||||
#define CheckSaveHeaderWithLength(buf, len, a, b, c, d, size) SkipSaveBuf(buf, 8);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user