summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
committertruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
commitb8f6d41418982163965dd5beb0b39dbdce1fbe8f (patch)
tree68d3e795694a875138c369707ed74b5b4b022d49 /sdl.c
parent0434287ef826a4ed72cd8528a52a86ae8b70a948 (diff)
downloadopenttd-b8f6d41418982163965dd5beb0b39dbdce1fbe8f.tar.xz
(svn r942) -Merged branch/network back into the trunk
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();
}