SuperTux / supertux

SuperTux source code
https://supertux.org
GNU General Public License v3.0
2.49k stars 471 forks source link

Prevent Tux from climbing while swimming #3017

Open Brockengespenst opened 1 month ago

Brockengespenst commented 1 month ago

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 commented 1 month ago

@weluvgoatz : Please check if this fixes your reported issue.