From 9c704c6a0510e9c5f8af8e9c1f810e9688345111 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 1 Sep 2008 05:54:00 +0000 Subject: added mapimages component --- src/game/client/gameclient.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.hpp') diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index 5aa37afc..8e3284bf 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -115,6 +115,7 @@ public: class EFFECTS *effects; class SOUNDS *sounds; class MOTD *motd; + class MAPIMAGES *mapimages; }; extern GAMECLIENT gameclient; -- cgit 1.4.1