Skip to content

Fix the glider_close sfx event

S Handley requested to merge shandley/fix-glider-close-sfx into master
  • By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.

This was failing to trigger since we now have a MovementState::Fall, but the sfx mapper was still trying to work this out itself based on velocity. We no longer need to track velocity as a result and can use the MovementState.

Also silenced warnings resulting from unused vars when running tests.

Merge request reports