mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user