mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 11:49:01 +00:00
fix boat
This commit is contained in:
parent
1f3f82eedc
commit
662246b9e2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue