mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 00:32:41 +00:00
fix boat
This commit is contained in:
@ -97,7 +97,7 @@ CBoat::CBoat(int mi, uint8 owner) : CVehicle(owner)
|
|||||||
void
|
void
|
||||||
CBoat::SetModelIndex(uint32 id)
|
CBoat::SetModelIndex(uint32 id)
|
||||||
{
|
{
|
||||||
CEntity::SetModelIndex(id);
|
CVehicle::SetModelIndex(id);
|
||||||
SetupModelNodes();
|
SetupModelNodes();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user