]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed main to SDL_main for simplicity reasons
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 21 Feb 2008 07:48:46 +0000 (07:48 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 21 Feb 2008 07:48:46 +0000 (07:48 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8112 d7cf8633-e32d-0410-b094-e92efae38249

sys_sdl.c

index 72c5953a6429ea823ab58a88662bb1084a2fe323..b1cebb0c119a47ef33348e8592b094aee9b3868b 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -196,7 +196,7 @@ void Sys_Init_Commands (void)
 {
 }
 
-int main (int argc, char *argv[])
+int SDL_main (int argc, char *argv[])
 {
        signal(SIGFPE, SIG_IGN);