about summary refs log tree commit diff
path: root/src/game/editor/editor.h
diff options
context:
space:
mode:
authorSushiTee <weichel.sascha@xxx.xx>2011-07-12 17:54:59 +0200
committeroy <Tom_Adams@web.de>2011-07-15 01:03:22 +0200
commitf7a9e80163af47ef4ad1bc9df1cf635610ebe2eb (patch)
tree26507ec8cb18db9c1ea39d10deab54d6e6c19053 /src/game/editor/editor.h
parentef881a532147c512b08faedf34b982ce6ebc1921 (diff)
downloadzcatch-f7a9e80163af47ef4ad1bc9df1cf635610ebe2eb.tar.gz
zcatch-f7a9e80163af47ef4ad1bc9df1cf635610ebe2eb.zip
added possibility to collapse groups by double clicking them
Diffstat (limited to 'src/game/editor/editor.h')
-rw-r--r--src/game/editor/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/editor/editor.h b/src/game/editor/editor.h
index 1139562e..d282f5e1 100644
--- a/src/game/editor/editor.h
+++ b/src/game/editor/editor.h
@@ -188,6 +188,7 @@ public:
 	bool m_GameGroup;
 	bool m_Visible;
 	bool m_SaveToMap;
+	bool m_Collapse;
 
 	CLayerGroup();
 	~CLayerGroup();