This commit is contained in:
parent
cb0f954a90
commit
abc3ef1764
2 changed files with 3 additions and 3 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue