mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 21:20:39 +00:00
- fixed uninitialized GameAction variable.
This commit is contained in:
parent
212b3ae0f9
commit
4d477bc15b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ BEGIN_PS_NS
|
|||
short nBestLevel;
|
||||
static int32_t nonsharedtimer;
|
||||
|
||||
int GameAction;
|
||||
int GameAction=-1;
|
||||
|
||||
extern uint8_t nCinemaSeen;
|
||||
extern ClockTicks tclocks;
|
||||
|
|
Loading…
Reference in a new issue