This commit is contained in:
parent
f59661d448
commit
6d015eb643
1 changed files with 1 additions and 1 deletions
|
@ -1523,7 +1523,7 @@ void CFmaScene::think(int _frames)
|
|||
// Being carried by an actor
|
||||
item->m_Pos=actor->m_pos;
|
||||
item->m_facing=actor->m_facing;
|
||||
item->m_Pos.vx=item->m_facing?-actor->m_ItemOfs.vx:actor->m_ItemOfs.vx;
|
||||
item->m_Pos.vx+=item->m_facing?-actor->m_ItemOfs.vx:actor->m_ItemOfs.vx;
|
||||
item->m_Pos.vy+=actor->m_ItemOfs.vy;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue