Also fix SetModelIndex in CAutomobile and CTrain ctors
This commit is contained in:
@ -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()){
|
||||
|
Reference in New Issue
Block a user