cwesnoth.cmd cleanup

This commit is contained in:
Pentarctagon 2023-05-21 11:53:17 -05:00
parent 1325475d20
commit c2ce1bc537

View file

@ -6,11 +6,5 @@ rem Usage:
rem cwesnoth <command line>
rem
setlocal
rem Disable stdout.txt/stderr.txt redirection in SDLmain.
set SDL_STDIO_REDIRECT=0
wesnoth --wconsole %*
endlocal
pause