summaryrefslogtreecommitdiff
path: root/src/client/chat.c
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-12 18:18:04 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-12 18:18:04 +0100
commitddec3945554d2245e048bc11240f9369b76a255c (patch)
tree7f406fee6d5f3a1f02ccee2c41ea2f04357ff159 /src/client/chat.c
parent931a2240c024ba2b5c378b9eb42154ff5ba15471 (diff)
Renaming of screen files.
Diffstat (limited to 'src/client/chat.c')
-rw-r--r--src/client/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/chat.c b/src/client/chat.c
index 6ca9ec9..b446b08 100644
--- a/src/client/chat.c
+++ b/src/client/chat.c
@@ -11,7 +11,7 @@
#include "serverSendMsg.h"
#include "net_multiplayer.h"
-#include "screen_world.h"
+#include "world.h"
#include "proto.h"
#include "interface.h"
#include "chat.h"