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:
parent
8d2609ff4c
commit
c1fad7357d
1 changed files with 5 additions and 0 deletions
|
@ -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=
|
||||
|
|
Loading…
Add table
Reference in a new issue