Somehow it was possible to get stuck on the float animation if leaving water too fast.

This commit is contained in:
Mari the Deer 2020-11-03 20:14:06 +01:00
commit f70d3c97da
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r598 \cu(Tue 3 Nov 20:00:47 CET 2020)";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r599 \cu(Tue 3 Nov 20:14:06 CET 2020)";

View file

@ -1607,6 +1607,7 @@ Class Demolitionist : PlayerPawn
|| InStateSequence(CurState,FindState("See"))) )
SetStateLabel("SeeFast");
else if ( InStateSequence(CurState,FindState("Spawn"))
|| InStateSequence(CurState,FindState("Float"))
|| InStateSequence(CurState,FindState("Turn")) )
{
SetStateLabel("See");