From 27d5346e9faf183f5bf9c8a92a47897998c9d60c Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 19 Sep 2005 12:34:18 +0000 Subject: Mostly code cleanups related to commits in past two days. * Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value. --- src/net/messagein.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/messagein.cpp') diff --git a/src/net/messagein.cpp b/src/net/messagein.cpp index 9ea6f12e..c599a453 100644 --- a/src/net/messagein.cpp +++ b/src/net/messagein.cpp @@ -24,7 +24,7 @@ #include "messagein.h" #include -#include +#include #if SDL_BYTEORDER == SDL_BIG_ENDIAN #include "win2mac.h" #endif -- cgit v1.2.3-70-g09d2