mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 15:32:19 +03:00
state locking
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
01d2cdd42a
commit
4b66920865
@@ -159,6 +159,16 @@ public:
|
||||
void actionprompt_textbox(void);
|
||||
void savetele_textbox(void);
|
||||
|
||||
void setstate(int gamestate);
|
||||
|
||||
void setstate(int gamestate, int delay);
|
||||
|
||||
void incstate();
|
||||
|
||||
void lockstate();
|
||||
|
||||
void unlockstate();
|
||||
|
||||
void updatestate(void);
|
||||
|
||||
void unlocknum(int t);
|
||||
@@ -489,6 +499,8 @@ public:
|
||||
bool disableaudiopause;
|
||||
bool disabletemporaryaudiopause;
|
||||
bool inputdelay;
|
||||
|
||||
bool statelocked;
|
||||
};
|
||||
|
||||
#ifndef GAME_DEFINITION
|
||||
|
||||
Reference in New Issue
Block a user