about summary refs log tree commit diff
path: root/src/game/mapitems.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/mapitems.h')
-rw-r--r--src/game/mapitems.h3
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;