diff options
Diffstat (limited to 'src/window.cpp')
-rw-r--r-- | src/window.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index c33b48f06..3686b0e14 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -23,6 +23,7 @@ #include "cheat_func.h" #include "window_func.h" #include "tilehighlight_func.h" +#include "network/network.h" #include "table/sprites.h" @@ -1984,7 +1985,7 @@ void UpdateWindows() FOR_ALL_WINDOWS(wz) { if ((*wz)->viewport != NULL) UpdateViewportPosition(*wz); } - DrawChatMessage(); + NetworkDrawChatMessage(); /* Redraw mouse cursor in case it was hidden */ DrawMouseCursor(); } |