supertux icon indicating copy to clipboard operation
supertux copied to clipboard

Prevent Tux from climbing while swimming

Open Brockengespenst opened this issue 1 year ago • 1 comments

Climbable did not check if Tux is swimming and thus affects Tux's velocity. A check for is_swimming() is added to prevent this.

Fixes #2981

Brockengespenst avatar Jul 13 '24 14:07 Brockengespenst