mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 03:15:40 +00:00
Possible fix of linux build
This commit is contained in:
parent
6634410aee
commit
e0394e6e69
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
#include "sampman.h"
|
||||
#include "Font.h"
|
||||
#include "Text.h"
|
||||
#include "crossplatform.h"
|
||||
|
||||
cDMAudio DMAudio;
|
||||
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
#include "frontendoption.h"
|
||||
#include "postfx.h"
|
||||
#include "custompipes.h"
|
||||
#include "crossplatform.h"
|
||||
|
||||
eLevelName CGame::currLevel;
|
||||
bool CGame::bDemoMode = true;
|
||||
|
|
Loading…
Reference in a new issue