From 5d4141b5d3b8c9b05f2ff2a29ed769919b406f70 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 13 Jul 2001 16:35:46 +0000 Subject: [PATCH] --- source/friend/fgary.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/friend/fgary.cpp b/source/friend/fgary.cpp index 3c0bacaf9..06a30b5ea 100644 --- a/source/friend/fgary.cpp +++ b/source/friend/fgary.cpp @@ -164,6 +164,7 @@ void CNpcGaryFriend::think( int _frames ) int Time = GameState::getFramesSinceLast(); Pos.vx -= Time; + Pos.vx -= _frames; break; } @@ -174,6 +175,7 @@ void CNpcGaryFriend::think( int _frames ) int Time = GameState::getFramesSinceLast(); Pos.vx += Time; + Pos.vx += _frames; break; }