mirror of
https://github.com/halpz/re3.git
synced 2025-07-02 15:30:46 +00:00
GTA_VERSION define and some config.h cleanup
This commit is contained in:
@ -389,7 +389,7 @@ psInitialize(void)
|
||||
|
||||
InitialiseLanguage();
|
||||
|
||||
#ifndef GTA3_1_1_PATCH
|
||||
#if GTA_VERSION < GTA3_PC_11
|
||||
FrontEndMenuManager.LoadSettings();
|
||||
#endif
|
||||
|
||||
@ -443,7 +443,7 @@ psInitialize(void)
|
||||
|
||||
#ifndef PS2_MENU
|
||||
|
||||
#ifdef GTA3_1_1_PATCH
|
||||
#if GTA_VERSION >= GTA3_PC_11
|
||||
FrontEndMenuManager.LoadSettings();
|
||||
#endif
|
||||
|
||||
|
@ -651,7 +651,7 @@ psInitialize(void)
|
||||
C_PcSave::SetSaveDirectory(_psGetUserFilesFolder());
|
||||
|
||||
InitialiseLanguage();
|
||||
#ifndef GTA3_1_1_PATCH
|
||||
#if GTA_VERSION >= GTA3_PC_11
|
||||
FrontEndMenuManager.LoadSettings();
|
||||
#endif
|
||||
|
||||
@ -703,7 +703,7 @@ psInitialize(void)
|
||||
|
||||
#ifndef PS2_MENU
|
||||
|
||||
#ifdef GTA3_1_1_PATCH
|
||||
#if GTA_VERSION >= GTA3_PC_11
|
||||
FrontEndMenuManager.LoadSettings();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user