(svn r942) -Merged branch/network back into the trunk

This commit is contained in:
truelight
2004-12-04 17:54:56 +00:00
parent 0434287ef8
commit b8f6d41418
76 changed files with 7839 additions and 2850 deletions

2
sdl.c
View File

@@ -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();
}