mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 21:04:09 +00:00
implemented extended postfx
This commit is contained in:
parent
c3443bff99
commit
b468d010a8
24 changed files with 909 additions and 12 deletions
|
@ -90,6 +90,7 @@
|
|||
#include "debugmenu.h"
|
||||
#include "Ropes.h"
|
||||
#include "WindModifiers.h"
|
||||
#include "postfx.h"
|
||||
|
||||
eLevelName CGame::currLevel;
|
||||
int32 CGame::currArea;
|
||||
|
@ -152,6 +153,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