about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-01-04 11:38:14 +0100
committeroy <Tom_Adams@web.de>2011-01-04 11:38:14 +0100
commit336f00ae89be5051be20632c728076a436d93d3c (patch)
tree61f359e7263c9a2ed7741e8a714f9235d35adfb3 /src/game/editor/ed_editor.h
parent533d28e35a8f7278456abb6ef1b4d5e9e36063a9 (diff)
downloadzcatch-336f00ae89be5051be20632c728076a436d93d3c.tar.gz
zcatch-336f00ae89be5051be20632c728076a436d93d3c.zip
added colours for tile layers by Choupom
Diffstat (limited to 'src/game/editor/ed_editor.h')
-rw-r--r--src/game/editor/ed_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h
index 38532392..461cdeed 100644
--- a/src/game/editor/ed_editor.h
+++ b/src/game/editor/ed_editor.h
@@ -394,6 +394,7 @@ public:
 	int m_Image;
 	int m_Width;
 	int m_Height;
+	CColor m_Color;
 	CTile *m_pTiles;
 };