This commit is contained in:
Daveo 2001-08-03 19:23:11 +00:00
parent 733f0ad88e
commit 1182875927
7 changed files with 36 additions and 34 deletions

View file

@ -35,7 +35,8 @@ void CNpcCheckpointHazard::init()
CNpcHazard::init();
m_triggered = false;
m_spriteFrame = FRM__CHECKPOINT;
// m_spriteFrame = FRM__CHECKPOINT;
m_spriteFrame = 0; // Change by dave cos the checkpoint gfx aint there no more
m_timer = 0;
m_flick = false;
}