(svn r2330) - Fix: link error when compiling as dedicated. Add sdl.c to always compile in makefile as it is always protected by WITH_SDL and add a stub for ToggleFullScreen()

This commit is contained in:
Darkvater
2005-05-16 12:15:34 +00:00
parent d3f8772497
commit 21b99af344
2 changed files with 7 additions and 5 deletions

7
sdl.c
View File

@@ -706,4 +706,9 @@ static void DbgRedraw()
}
#endif
#endif // WITH_SDL
#else
/* Stub for dedicated server */
void ToggleFullScreen(bool full_screen) {}
#endif /* WITH_SDL */