1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-28 23:16:20 +00:00
This commit is contained in:
Nikolay Korolev 2020-05-10 12:56:13 +03:00
parent 1f3f82eedc
commit 662246b9e2

View file

@ -97,7 +97,7 @@ CBoat::CBoat(int mi, uint8 owner) : CVehicle(owner)
void
CBoat::SetModelIndex(uint32 id)
{
CEntity::SetModelIndex(id);
CVehicle::SetModelIndex(id);
SetupModelNodes();
}