diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 09:16:29 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 09:16:29 +0000 |
| commit | 9672fe674f6335318cf11855299679f9d94a619b (patch) | |
| tree | 09470e4c0ad819ce02f96f277eadbe93aedf4e97 /src/game/client/components/motd.cpp | |
| parent | 2e2d31ccc359228f0031b9fa507b33f8ba935722 (diff) | |
| download | zcatch-9672fe674f6335318cf11855299679f9d94a619b.tar.gz zcatch-9672fe674f6335318cf11855299679f9d94a619b.zip | |
fixed so you can disconnect and reconnet without crashing
Diffstat (limited to 'src/game/client/components/motd.cpp')
| -rw-r--r-- | src/game/client/components/motd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/components/motd.cpp b/src/game/client/components/motd.cpp index 9e1013b6..e5dfb507 100644 --- a/src/game/client/components/motd.cpp +++ b/src/game/client/components/motd.cpp @@ -4,7 +4,6 @@ #include <game/generated/gc_data.hpp> #include <game/client/gameclient.hpp> -//#include <game/client/gc_anim.hpp> #include <game/client/gc_client.hpp> #include "motd.hpp" |