Files @ r23378:505e1384af51
Branch filter:

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

Samu
Fix #6633: Cargo monitor industry delivery now accounts for which IndustryID the cargo was delivered to
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%