diff options
author | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 22:15:27 +0100 |
---|---|---|
committer | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 22:15:27 +0100 |
commit | 018fb3a9298c8c549745ad5af9fb708ef7b8cb41 (patch) | |
tree | 028c9bdd78398042f7acd44bf35f50f83500a24c /src/save/GenericGameStorage.cpp | |
parent | Bugfixes, GenericSave() works now! (diff) | |
download | re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.tar re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.tar.gz re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.tar.bz2 re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.tar.lz re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.tar.xz re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.tar.zst re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.zip |
Diffstat (limited to '')
-rw-r--r-- | src/save/GenericGameStorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save/GenericGameStorage.cpp b/src/save/GenericGameStorage.cpp index 7cef6c9e..5a0df1fe 100644 --- a/src/save/GenericGameStorage.cpp +++ b/src/save/GenericGameStorage.cpp @@ -241,7 +241,7 @@ DoGameSpecificStuffAfterSucessLoad() StillToFadeOut = true; JustLoadedDontFadeInYet = true; CTheScripts::Process(); - } +} bool CheckSlotDataValid(int32 slot) |