combined rain sound support, soundproofing customization support, event diagnostics enhancement, power grid diagnostics enhancement, windowed full screen mode, ai coupling logic tweaks, minor bug fixes

This commit is contained in:
tmj-fstate
2020-10-01 03:01:17 +02:00
parent 4da87e98d9
commit 730ba72516
20 changed files with 234 additions and 186 deletions

View File

@@ -372,6 +372,8 @@ TTraction::Connect(int my, TTraction *with, int to) {
iLast = 0;
}
if( with == nullptr ) { return; }
with->hvNext[ to ] = this;
with->iNext[ to ] = my;