diff options
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r-- | src/core/re3.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index b9b5c76e..c8b50d55 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -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() { |