diff options
Diffstat (limited to '')
| -rwxr-xr-x | include/game.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index b7ef64d..700a556 100755 --- a/include/game.h +++ b/include/game.h @@ -2593,6 +2593,7 @@ public:  	void killWithSpecifiedState(dStageActor_c *killedBy, VEC2 *effectiveSpeed, dStateBase_c *state, u32 _unused=0);
  	void bouncePlayer(void* player, float bounceHeight);
 +	void killByDieFall(dStageActor_c *killedBy);
  	// States
  	USING_STATES(dEn_c);
  | 
