From a8acf8c6ff3af78369a0194b7f3ee34b5ab9df5c Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 5 Jul 2010 21:04:19 +0200 Subject: fixed missing public --- src/game/mapitems.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit 1.4.1