This commit is contained in:
Charles 2001-07-30 15:10:21 +00:00
parent d5b89cc1e7
commit 1bbf7e97a8
3 changed files with 13 additions and 0 deletions

View File

@ -94,6 +94,8 @@ void CNpcBouncePlatform::think( int _frames )
} }
sBBox boundingBox = m_modelGfx->GetBBox(); sBBox boundingBox = m_modelGfx->GetBBox();
boundingBox.XMin -= 8;
boundingBox.XMax += 8;
if ( ( boundingBox.YMax - boundingBox.YMin ) < 24 ) if ( ( boundingBox.YMax - boundingBox.YMin ) < 24 )
{ {

View File

@ -218,6 +218,7 @@ Swordfish=23
Log=24 Log=24
KandyMachine=20 KandyMachine=20
RockSign=20 RockSign=20
SmallMasher=7
################################################ ################################################

View File

@ -319,3 +319,13 @@ Collision=0
Health=0 Health=0
AttackStrength=0 AttackStrength=0
Respawn=1 Respawn=1
[SmallMasher]
Gfx=..\..\graphics\hazards\SmallMasher\smallmasher.gin
WayPoints=0
Speed=0
TurnRate=0
Collision=0
Health=0
AttackStrength=0
Respawn=2