mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Add vector of MenuStackFrame menustack to Game
We need a stack to put our stack frames inside.
This commit is contained in:
parent
13d2d6b623
commit
58b9941d73
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ public:
|
||||||
enum Menu::MenuName currentmenuname, previousmenuname;
|
enum Menu::MenuName currentmenuname, previousmenuname;
|
||||||
int current_credits_list_index;
|
int current_credits_list_index;
|
||||||
int menuxoff, menuyoff;
|
int menuxoff, menuyoff;
|
||||||
|
std::vector<MenuStackFrame> menustack;
|
||||||
|
|
||||||
void inline option(std::string text, bool active = true)
|
void inline option(std::string text, bool active = true)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue