This commit is contained in:
Charles 2001-07-18 11:49:15 +00:00
parent 80f03fee23
commit cb9a8f606f

View File

@ -731,7 +731,7 @@ void CNpcEnemy::processGraphicFlipping()
s32 CNpcEnemy::getFrameShift( int _frames )
{
return( ( _frames << 8 ) >> 1 );
return( _frames << 8 );
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////