- fixed uninitialized GameAction variable.

This commit is contained in:
Christoph Oelckers 2020-08-23 13:57:31 +02:00
parent 212b3ae0f9
commit 4d477bc15b

View file

@ -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;