This commit is contained in:
Charles 2001-07-19 14:31:37 +00:00
parent 90635c07df
commit 9e9eabcaaf
2 changed files with 2 additions and 2 deletions

View file

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