From 336f00ae89be5051be20632c728076a436d93d3c Mon Sep 17 00:00:00 2001 From: oy Date: Tue, 4 Jan 2011 11:38:14 +0100 Subject: added colours for tile layers by Choupom --- src/game/editor/ed_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/editor/ed_editor.h') 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; }; -- cgit 1.4.1