mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 01:44:09 +00:00
extended postfx and sniper hud fix
This commit is contained in:
parent
f0503edf62
commit
afed831aed
23 changed files with 851 additions and 34 deletions
|
@ -87,6 +87,7 @@
|
|||
#include "Zones.h"
|
||||
#include "debugmenu.h"
|
||||
#include "frontendoption.h"
|
||||
#include "postfx.h"
|
||||
|
||||
eLevelName CGame::currLevel;
|
||||
bool CGame::bDemoMode = true;
|
||||
|
@ -148,6 +149,9 @@ CGame::InitialiseOnceBeforeRW(void)
|
|||
CFileMgr::Initialise();
|
||||
CdStreamInit(MAX_CDCHANNELS);
|
||||
ValidateVersion();
|
||||
#ifdef EXTENDED_COLOURFILTER
|
||||
CPostFX::InitOnce();
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue