diff options
Diffstat (limited to 'src/client/chat.c')
| -rw-r--r-- | src/client/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/chat.c b/src/client/chat.c index b446b08..6ca9ec9 100644 --- a/src/client/chat.c +++ b/src/client/chat.c @@ -11,7 +11,7 @@ #include "serverSendMsg.h" #include "net_multiplayer.h" -#include "world.h" +#include "screen_world.h" #include "proto.h" #include "interface.h" #include "chat.h" |