From cd7a3519a7a4e9914906d96b603cefdbf3a58a0e Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 22:38:56 +0000 Subject: added the loading screen again --- src/game/client/components/motd.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/client/components/motd.hpp') diff --git a/src/game/client/components/motd.hpp b/src/game/client/components/motd.hpp index bc2c962e..5ee16086 100644 --- a/src/game/client/components/motd.hpp +++ b/src/game/client/components/motd.hpp @@ -4,8 +4,9 @@ class MOTD : public COMPONENT { // motd int64 server_motd_time; - char server_motd[900]; // FUGLY public: + char server_motd[900]; + void clear(); bool is_active(); -- cgit 1.4.1