hedgewars/hwengine.pas
changeset 2705 2b5625c4ec16
parent 2702 48fc46a922fd
child 2714 c85ffe57d971
--- a/hedgewars/hwengine.pas	Sun Jan 24 07:37:00 2010 +0000
+++ b/hedgewars/hwengine.pas	Sun Jan 24 13:37:03 2010 +0000
@@ -255,7 +255,7 @@
 		if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p];
 		
 	WriteToConsole('Init SDL... ');
-	SDLTry(SDL_Init(SDL_INIT_VIDEO) >= 0, true);
+	SDLTry(SDL_Init(SDL_INIT_VIDEO or SDL_INIT_NOPARACHUTE) >= 0, true);
 	WriteLnToConsole(msgOK);
 
 	SDL_EnableUNICODE(1);