diff options
Diffstat (limited to 'include/game.h')
-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 271b0a5..a75629e 100755 --- a/include/game.h +++ b/include/game.h @@ -2043,6 +2043,7 @@ public: void stuffRelatingToCollisions(float, float, float);
void checkLiquidImmersionAndKillIfTouchingLava(Vec *pos, float effectScale);
+ void checkLiquidImmersion(Vec2 *effectivePosition, float effectScale);
// States
USING_STATES(dEn_c);
|