From 575f72d978c700e4bedb46f4083bf1c24726640e Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 5 Jul 2010 20:57:07 +0200 Subject: fixed some compiler errors and warnings with clang --- src/game/mapitems.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/mapitems.h') diff --git a/src/game/mapitems.h b/src/game/mapitems.h index efbd96f2..bb74cf4d 100644 --- a/src/game/mapitems.h +++ b/src/game/mapitems.h @@ -77,7 +77,7 @@ struct CQuad int m_ColorEnvOffset; }; -struct CTile +class CTile { unsigned char m_Index; unsigned char m_Flags; -- cgit 1.4.1