From cb9a8f606fdd6e18c427d8a779757f54a2434068 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 18 Jul 2001 11:49:15 +0000 Subject: [PATCH] --- source/enemy/npc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/npc.cpp b/source/enemy/npc.cpp index dff51fa64..27a6364d3 100644 --- a/source/enemy/npc.cpp +++ b/source/enemy/npc.cpp @@ -731,7 +731,7 @@ void CNpcEnemy::processGraphicFlipping() s32 CNpcEnemy::getFrameShift( int _frames ) { - return( ( _frames << 8 ) >> 1 ); + return( _frames << 8 ); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////