diff -r ec8e69b23097 -r e5e4ebf528b5 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Fri Oct 23 11:12:01 2009 +0000 +++ b/hedgewars/SDLh.pas Sat Oct 24 13:50:31 2009 +0000 @@ -402,7 +402,7 @@ function SDL_GetMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName; function SDL_SelectMouse(index: LongInt): LongInt; cdecl; external SDLLibName; function SDL_GetRelativeMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName; -function SDL_GetNumMice : LongInt; cdecl; external SDLLibName; +function SDL_GetNumMice: LongInt; cdecl; external SDLLibName; {$ELSE} function SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName; function SDL_GetMouseState(x, y: PLongInt): Byte; cdecl; external SDLLibName;