* Remove disabling of stdout/err redirection on windows as it doesn't work

(since the environment variable is acted upon by the SDL_main stuff, which
  happens before our main)
This commit is contained in:
Tim Angus 2009-10-27 11:48:18 +00:00
parent e345f9f81f
commit 9f6cee30d3

View file

@ -650,8 +650,5 @@ void Sys_PlatformInit( void )
} }
else else
SDL_VIDEODRIVER_externallySet = qfalse; SDL_VIDEODRIVER_externallySet = qfalse;
// Don't redirect to stdout.txt and stderr.txt
_putenv( "SDL_STDIO_REDIRECT=0" );
#endif #endif
} }