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 ); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////