From 2e2d31ccc359228f0031b9fa507b33f8ba935722 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 08:26:36 +0000 Subject: fixed the motd correctly --- 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 6ff05d9b..0e6547d9 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -107,6 +107,7 @@ public: class CONTROLS *controls; class EFFECTS *effects; class SOUNDS *sounds; + class MOTD *motd; }; extern GAMECLIENT gameclient; -- cgit 1.4.1