This commit is contained in:
parent
26d50aa503
commit
9beaeed67a
7 changed files with 88 additions and 30 deletions
|
@ -282,6 +282,8 @@ void CNpcHazard::init()
|
|||
m_extension = 0;
|
||||
m_extendDir = 0;
|
||||
m_heading = 0;
|
||||
|
||||
clearPlatform();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -335,6 +337,8 @@ void CNpcHazard::think(int _frames)
|
|||
{
|
||||
processTimer( _frames );
|
||||
}
|
||||
|
||||
clearPlatform();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue