Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass the tick count to FFXIV as an unsigned int
The result of GetTickCount is correctly assigned to an unsigned integer, but the use of %d rather than %u in the sprintf means that we're passing the signed number to ffxivgame.exe, not the unsigned number.
- Loading branch information