diff options
| author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-27 00:25:12 +0300 |
|---|---|---|
| committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-27 00:25:12 +0300 |
| commit | ec1d14971c9bb1d751c0256093483d621dd719b8 (patch) | |
| tree | ee3196f8abd70e1b01df0cb38b0ebe1888f98cd0 /src/save/GenericGameStorage.h | |
| parent | updated librw (diff) | |
| download | re3-ec1d14971c9bb1d751c0256093483d621dd719b8.tar.gz | |
mission replay
Diffstat (limited to 'src/save/GenericGameStorage.h')
| -rw-r--r-- | src/save/GenericGameStorage.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/save/GenericGameStorage.h b/src/save/GenericGameStorage.h index b913c305..ee8a52a1 100644 --- a/src/save/GenericGameStorage.h +++ b/src/save/GenericGameStorage.h @@ -40,4 +40,10 @@ extern uint32 TimeToStayFadedBeforeFadeOut; extern char SaveFileNameJustSaved[260]; // 8F2570 -const char TopLineEmptyFile[] = "THIS FILE IS NOT VALID YET";
\ No newline at end of file +const char TopLineEmptyFile[] = "THIS FILE IS NOT VALID YET"; + +#ifdef MISSION_REPLAY +extern int8 IsQuickSave; // originally int + +bool SaveGameForPause(int); +#endif |
