This commit is contained in:
parent
925fb63545
commit
0a4b00d5b9
5 changed files with 12 additions and 1 deletions
|
@ -91,6 +91,16 @@ void CNpcBouncingRockHazard::setWaypoints( sThingHazard *ThisHazard )
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcBouncingRockHazard::render()
|
||||
{
|
||||
if ( m_isTriggered )
|
||||
{
|
||||
CNpcBouncingBarrelHazard::render();
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcBouncingRockHazard::processMovement( int _frames )
|
||||
{
|
||||
if ( m_isTriggered )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue