Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xrGame: Fix logic error in
TransferMoney
Since both values are unsigned subtracting them from another will never produce a negative value. This bug was also present before the previous commit since the `money` variable was implicitly converted to an `u32` resulting in the same bug.
- Loading branch information