diff options
author | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 00:12:40 -0700 |
---|---|---|
committer | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 00:12:40 -0700 |
commit | c7f16879df25fc962b67716e1f82881595451a5f (patch) | |
tree | f265c30c4b45536ba8787f487c0a5cff381f904d /src/core/re3.cpp | |
parent | 5bc51f84622af8bf6ec3b2ef8d0faee0eca237c4 (diff) |
GenericSave complete, still needs some testing
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r-- | src/core/re3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index 989a05b5..ed32632f 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -449,7 +449,7 @@ void re3_trace(const char *filename, unsigned int lineno, const char *func, cons } #ifdef VALIDATE_SAVE_SIZE -int32 _bufBytesRead; +int32 _saveBufCount; #endif void |