diff options
| author | oy <Tom_Adams@web.de> | 2011-01-04 11:38:14 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-04 11:38:14 +0100 |
| commit | 336f00ae89be5051be20632c728076a436d93d3c (patch) | |
| tree | 61f359e7263c9a2ed7741e8a714f9235d35adfb3 /src/game/editor/ed_editor.h | |
| parent | 533d28e35a8f7278456abb6ef1b4d5e9e36063a9 (diff) | |
| download | zcatch-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.h | 1 |
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; }; |