about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor/ed_editor.h')
-rw-r--r--src/game/editor/ed_editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h
index 2c8cc730..fb4cd50e 100644
--- a/src/game/editor/ed_editor.h
+++ b/src/game/editor/ed_editor.h
@@ -124,6 +124,7 @@ public:
 		m_pTypeName = "(invalid)";
 		m_Visible = true;
 		m_Readonly = false;
+		m_SaveToMap = true;
 		m_Flags = 0;
 		m_pEditor = 0;
 	}
@@ -156,6 +157,7 @@ public:
 
 	bool m_Readonly;
 	bool m_Visible;
+	bool m_SaveToMap;
 };
 
 class CLayerGroup
@@ -180,6 +182,7 @@ public:
 	const char *m_pName;
 	bool m_GameGroup;
 	bool m_Visible;
+	bool m_SaveToMap;
 	
 	CLayerGroup();
 	~CLayerGroup();