From: havoc Date: Thu, 21 Feb 2008 09:36:14 +0000 (+0000) Subject: go back to using main - apparently some platforms don't use SDL_main X-Git-Tag: xonotic-v0.1.0preview~2405 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9ddbb2d82f61cb6e966d14786c66acff29a52841;p=xonotic%2Fdarkplaces.git go back to using main - apparently some platforms don't use SDL_main git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8116 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_sdl.c b/sys_sdl.c index b1cebb0c..72c5953a 100644 --- a/sys_sdl.c +++ b/sys_sdl.c @@ -196,7 +196,7 @@ void Sys_Init_Commands (void) { } -int SDL_main (int argc, char *argv[]) +int main (int argc, char *argv[]) { signal(SIGFPE, SIG_IGN);