mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Because of a comment on a diff in #4878 asking for clearer and more consistent type usage. What this PR changes: No unsigned long long found (signed) long long -> sint64 unsigned int -> uint32 (signed) int -> sint32 (signed) long -> sint32 unsigned short -> uint16 (signed) short -> sint16 unsigned char -> uint8 No signed chars found plain char is implementation-defined, so I left those in.