cwesnoth.cmd cleanup

This commit is contained in:
Pentarctagon 2023-05-21 11:52:16 -05:00
parent 00171d6cb9
commit b1f632b85d

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 --no-log-to-file %*
endlocal
pause