mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 13:55:28 +00:00
move cfo populate func.
This commit is contained in:
parent
cd24936ca9
commit
38a1fef5c1
2 changed files with 7 additions and 7 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "Fluff.h"
|
||||
#include "Font.h"
|
||||
#include "Frontend.h"
|
||||
#include "frontendoption.h"
|
||||
#include "GameLogic.h"
|
||||
#include "Garages.h"
|
||||
#include "GenericGameStorage.h"
|
||||
|
@ -167,6 +168,11 @@ CGame::InitialiseOnceBeforeRW(void)
|
|||
ValidateVersion();
|
||||
#ifdef EXTENDED_COLOURFILTER
|
||||
CPostFX::InitOnce();
|
||||
#endif
|
||||
#ifdef CUSTOM_FRONTEND_OPTIONS
|
||||
// Not needed here but may be needed in future
|
||||
// if (numCustomFrontendOptions == 0 && numCustomFrontendScreens == 0)
|
||||
CustomFrontendOptionsPopulate();
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue