summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdl.c b/sdl.c
index 21436023d..3e75c1374 100644
--- a/sdl.c
+++ b/sdl.c
@@ -8,6 +8,7 @@
#include <SDL.h>
#include "player.h"
#include "hal.h"
+#include "network.h"
#ifdef UNIX
#include <signal.h>
@@ -607,6 +608,7 @@ static int SdlVideoMainLoop(void)
} else {
SDL_CALL SDL_Delay(1);
_screen.dst_ptr = _sdl_screen->pixels;
+ DrawTextMessage();
DrawMouseCursor();
DrawSurfaceToScreen();
}