This commit is contained in:
parent
d5b89cc1e7
commit
1bbf7e97a8
3 changed files with 13 additions and 0 deletions
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
|
@ -218,6 +218,7 @@ Swordfish=23
|
||||||
Log=24
|
Log=24
|
||||||
KandyMachine=20
|
KandyMachine=20
|
||||||
RockSign=20
|
RockSign=20
|
||||||
|
SmallMasher=7
|
||||||
|
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue