mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 14:04:08 +00:00
more 1.1 patch
This commit is contained in:
parent
05ddc80ea2
commit
0b12cacf15
4 changed files with 21 additions and 3 deletions
|
@ -594,8 +594,9 @@ psInitialise(void)
|
|||
C_PcSave::SetSaveDirectory(_psGetUserFilesFolder());
|
||||
|
||||
InitialiseLanguage();
|
||||
|
||||
#ifndef GTA3_1_1_PATCH
|
||||
FrontEndMenuManager.LoadSettings();
|
||||
#endif
|
||||
|
||||
gGameState = GS_START_UP;
|
||||
TRACE("gGameState = GS_START_UP");
|
||||
|
@ -640,7 +641,11 @@ psInitialise(void)
|
|||
_dwOperatingSystemVersion = OS_WIN95;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#ifdef GTA3_1_1_PATCH
|
||||
FrontEndMenuManager.LoadSettings();
|
||||
#endif
|
||||
|
||||
dwDXVersion = GetDXVersion();
|
||||
debug("DirectX version 0x%x\n", dwDXVersion);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue