cwesnoth: Disable SDL stdio redirection

We can do this using an environment variable. Too bad doing so doesn't
give us a console, otherwise this whole hack wouldn't be necessary in the
first place.
This commit is contained in:
Ignacio R. Morelle 2015-04-25 04:43:59 -04:00
parent 8d2609ff4c
commit c1fad7357d

View file

@ -1 +1,6 @@
@echo off
set SDL_STDIO_REDIRECT=0
@wesnoth --wconsole %*
rem Drop this from environment for future runs on the same session.
set SDL_STDIO_REDIRECT=