This commit is contained in:
Daveo 2001-08-23 15:30:32 +00:00
parent 3dc2c02b01
commit 41a833f080
12 changed files with 76 additions and 86 deletions

View file

@ -71,7 +71,7 @@ void CNpcCheckpointHazard::think(int _frames)
{
int HF=GameState::getOneSecondInFrames()>>1;
if (m_timer<HF) m_flick^=2;
if (m_flick & 2)
if (m_flick & 2 && !GameScene.getIsPaused() )
{
m_scalableFont->setJustification(FontBank::JUST_CENTRE);
m_scalableFont->print( 256, 50, "Checkpoint!" );