diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-13 16:54:36 +0300 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-13 16:54:36 +0300 |
commit | 7f15e11b1bdc9d4f93b9ab97130924eeedaf0b53 (patch) | |
tree | 1d94ea906d318861da70f4707bc1c2ee2a14d8f8 /src | |
parent | d88a3cf55810cd022b37a43cd85ddf3bf04980a3 (diff) |
fix save loading, hopefully
Diffstat (limited to 'src')
-rw-r--r-- | src/skel/win/win.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index 388090fc..53844319 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -651,7 +651,7 @@ psInitialize(void) C_PcSave::SetSaveDirectory(_psGetUserFilesFolder()); InitialiseLanguage(); -#if GTA_VERSION >= GTA3_PC_11 +#if GTA_VERSION < GTA3_PC_11 FrontEndMenuManager.LoadSettings(); #endif |