diff options
Diffstat (limited to 'src/core/common.h')
-rw-r--r-- | src/core/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common.h b/src/core/common.h index 3ea37071..920b7108 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -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 |