This commit is contained in:
parent
733f0ad88e
commit
1182875927
7 changed files with 36 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue