This commit is contained in:
Charles 2001-07-26 18:34:45 +00:00
parent cb0f954a90
commit abc3ef1764
2 changed files with 3 additions and 3 deletions

View file

@ -1320,9 +1320,7 @@ void CNpcEnemy::processShotDeathEnd( int _frames )
m_speed++;
}
DVECTOR const &offset = CLevel::getCameraPos();
if ( Pos.vy - offset.vy > VidGetScrH() )
if ( !canRender() )
{
if ( m_data[m_type].respawning )
{