aboutsummaryrefslogtreecommitdiff
path: root/game/menus/IFloatingWindowScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/menus/IFloatingWindowScript.h')
-rw-r--r--game/menus/IFloatingWindowScript.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/game/menus/IFloatingWindowScript.h b/game/menus/IFloatingWindowScript.h
index dff4091..e39378f 100644
--- a/game/menus/IFloatingWindowScript.h
+++ b/game/menus/IFloatingWindowScript.h
@@ -9,8 +9,7 @@ public:
virtual void init();
void disable_all_sprites();
void enable_all_sprites();
+
protected:
std::string tag = "";
};
-
-