about summary refs log tree commit diff
path: root/src/game/editor/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor/editor.h')
-rw-r--r--src/game/editor/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/editor/editor.h b/src/game/editor/editor.h
index f5d43dae..99ec964c 100644
--- a/src/game/editor/editor.h
+++ b/src/game/editor/editor.h
@@ -478,6 +478,7 @@ public:
 
 		m_Mode = MODE_LAYERS;
 		m_Dialog = 0;
+		m_EditBoxActive = 0;
 		m_pTooltip = 0;
 
 		m_GridActive = false;
@@ -567,6 +568,7 @@ public:
 
 	int m_Mode;
 	int m_Dialog;
+	int m_EditBoxActive;
 	const char *m_pTooltip;
 
 	bool m_GridActive;