Fix missing AmphibiousTrainer in drive_type
parent
c04291a55e
commit
a5d9bae052
|
@ -62,6 +62,7 @@ DriveType GetDriveFromObject(ObjectType type)
|
|||
case OBJECT_MOBILErs:
|
||||
return DriveType::Heavy;
|
||||
|
||||
case OBJECT_MOBILEst:
|
||||
case OBJECT_MOBILEsa:
|
||||
return DriveType::Amphibious;
|
||||
|
||||
|
|
Loading…
Reference in New Issue