From 58b9941d736286f0049b985c6123801221c9cb63 Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 16 Apr 2020 18:52:40 -0700 Subject: [PATCH] Add vector of MenuStackFrame menustack to Game We need a stack to put our stack frames inside. --- desktop_version/src/Game.h | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop_version/src/Game.h b/desktop_version/src/Game.h index 8b03fc25..5a372991 100644 --- a/desktop_version/src/Game.h +++ b/desktop_version/src/Game.h @@ -229,6 +229,7 @@ public: enum Menu::MenuName currentmenuname, previousmenuname; int current_credits_list_index; int menuxoff, menuyoff; + std::vector menustack; void inline option(std::string text, bool active = true) {