mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 21:18:58 +00:00
Style fixes
This commit is contained in:
parent
81c4f75c63
commit
018fb3a929
2 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ DoGameSpecificStuffAfterSucessLoad()
|
||||||
StillToFadeOut = true;
|
StillToFadeOut = true;
|
||||||
JustLoadedDontFadeInYet = true;
|
JustLoadedDontFadeInYet = true;
|
||||||
CTheScripts::Process();
|
CTheScripts::Process();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
CheckSlotDataValid(int32 slot)
|
CheckSlotDataValid(int32 slot)
|
||||||
|
|
Loading…
Reference in a new issue