From 6d015eb64328c36948c1477dcba7036ffb6b8826 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 23 Jul 2001 19:11:41 +0000 Subject: [PATCH] --- source/fma/fma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fma/fma.cpp b/source/fma/fma.cpp index 3ef583684..a8fc07c9c 100644 --- a/source/fma/fma.cpp +++ b/source/fma/fma.cpp @@ -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; } }