This commit is contained in:
Charles 2001-05-08 16:25:45 +00:00
parent 26d50aa503
commit 9beaeed67a
7 changed files with 88 additions and 30 deletions

View file

@ -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();
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////