mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* 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:
parent
e345f9f81f
commit
9f6cee30d3
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue