Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix player movement in negative directions
Watcom defaults to unsigned char, but codebase assumes char to be signed. In player input struct speed is stored as char (1 byte) that needs to be signed. Co-authored-by: kmeaw <[email protected]>
- Loading branch information