diff options
| author | oy <Tom_Adams@web.de> | 2010-07-17 14:10:43 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-07-17 14:10:43 +0200 |
| commit | 6193f354232b3cc9a7272c3b17cfc52b6415c9b8 (patch) | |
| tree | 1b1b8bd1698240391ad89923edf33899a1046237 /src/game/mapitems.h | |
| parent | 052820dc888a0912fd2ff413389bc24b1cfbf08d (diff) | |
| parent | a8acf8c6ff3af78369a0194b7f3ee34b5ab9df5c (diff) | |
| download | zcatch-6193f354232b3cc9a7272c3b17cfc52b6415c9b8.tar.gz zcatch-6193f354232b3cc9a7272c3b17cfc52b6415c9b8.zip | |
Merge branch 'master' of http://github.com/matricks/teeworlds
Diffstat (limited to 'src/game/mapitems.h')
| -rw-r--r-- | src/game/mapitems.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/mapitems.h b/src/game/mapitems.h index efbd96f2..4fe4c159 100644 --- a/src/game/mapitems.h +++ b/src/game/mapitems.h @@ -77,8 +77,9 @@ struct CQuad int m_ColorEnvOffset; }; -struct CTile +class CTile { +public: unsigned char m_Index; unsigned char m_Flags; unsigned char m_Skip; |