Files @ r23469:ea7f7b26d1dd
Branch filter:

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

peter1138
Codechange: Make FindStationsAroundTile() out-parameter stations const to prevent incorrect modification.
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%