mirror of
https://github.com/halpz/re3.git
synced 2025-12-20 19:22:58 +00:00
Fixed save game Load/Save failed assertion on Debug build
This commit is contained in:
@@ -447,6 +447,10 @@ void re3_trace(const char *filename, unsigned int lineno, const char *func, cons
|
||||
OutputDebugStringA(buff);
|
||||
}
|
||||
|
||||
#ifdef VALIDATE_SAVE_SIZE
|
||||
int32 _bufBytesRead;
|
||||
#endif
|
||||
|
||||
void
|
||||
patch()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user