Skip to content

Convert SkinNums to UINT16 and raise skin limit to UINT16_MAX

NepDisk requested to merge NepDisk/Kart-Public:moreskins into next

This MR goes through all the skin number related code and raises the limits to UINT16 allowing for a way larger amount of skins up to the limits of 65535 or UINT16_MAX. I've used something similar in a personal client and it seems to work pretty well from testing I've done.

Edited by NepDisk

Merge request reports