about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2010-07-05 21:04:19 +0200
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-07-05 21:04:19 +0200
commita8acf8c6ff3af78369a0194b7f3ee34b5ab9df5c (patch)
tree44f48b49df7cdf6902d728df9f7713b7970c7e49
parent575f72d978c700e4bedb46f4083bf1c24726640e (diff)
downloadzcatch-a8acf8c6ff3af78369a0194b7f3ee34b5ab9df5c.tar.gz
zcatch-a8acf8c6ff3af78369a0194b7f3ee34b5ab9df5c.zip
fixed missing public
-rw-r--r--src/game/mapitems.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/mapitems.h b/src/game/mapitems.h
index bb74cf4d..4fe4c159 100644
--- a/src/game/mapitems.h
+++ b/src/game/mapitems.h
@@ -79,6 +79,7 @@ struct CQuad
 
 class CTile
 {
+public:
 	unsigned char m_Index;
 	unsigned char m_Flags;
 	unsigned char m_Skip;