Files @ r23944:7c741ef1a615
Branch filter:

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

Jonathan G Rennison
Fix: Infrastructure total update when removing tram road stop

The wrong road owner was used when updating the tram infrastructure total.
This could result in desyncs, negative infrastructure totals, etc.
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%