Also fix SetModelIndex in CAutomobile and CTrain ctors

This commit is contained in:
Sergeanur
2020-11-01 09:46:02 +02:00
parent d370c2076d
commit 20ea2fde84
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
bBigWheels = false;
bWaterTight = false;
SetModelIndex(id);
CAutomobile::SetModelIndex(id);
// Already done in CVehicle...
switch(GetModelIndex()){