Files @ r23325:4a341df798c8
Branch filter:

Location: cpp/openttd-patchpack/source/projects/regression.bat

glx
Fix 1585eb1a3: wrong default selection for goals and story book
1
2
3
4
5
6
cd ..\bin
editbin /nologo /subsystem:console openttd.exe
cscript /nologo ai\regression\run.vbs
set RESULT=%ERRORLEVEL%
editbin /nologo /subsystem:windows openttd.exe
exit %RESULT%