diff options
| author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-31 20:44:39 +0100 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-31 20:44:39 +0100 |
| commit | 7a3b80a9b7f414967fe59f89ab0fe5416735babe (patch) | |
| tree | a84fb5e1dbdb00959d6916594d43b9c82c9bef23 /src/save | |
| parent | fix realloc (diff) | |
| download | re3-7a3b80a9b7f414967fe59f89ab0fe5416735babe.tar.gz | |
First batch of fixes (CallAndMessage)
Diffstat (limited to 'src/save')
| -rw-r--r-- | src/save/GenericGameStorage.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/save/GenericGameStorage.cpp b/src/save/GenericGameStorage.cpp index a7cafec8..d0f9e7ba 100644 --- a/src/save/GenericGameStorage.cpp +++ b/src/save/GenericGameStorage.cpp @@ -251,6 +251,9 @@ GenericLoad() uint8 *buf; int32 file; uint32 size; +#ifdef FIX_BUGS + size = 0; +#endif #ifdef MISSION_REPLAY int8 qs; #endif |
