cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
891 stars 114 forks source link

Stuck walking on the spot when only one key is pressed #545

Closed ghost closed 6 years ago

ghost commented 6 years ago

This doesn't always seem to affect all arrow keys. It might also depend on the players position at the map.

Unrelated to this bug: The log is spammed with messages how weapons can not be parsed, namely (end).

felselva commented 6 years ago

I found this today morning, caused by the last math update. I'm sending a PR fixing the issue.

PR https://github.com/cxong/cdogs-sdl/pull/546 should fix the issue.