mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Cast UINT16 for unlockable_t.height -> alphaKey
This commit is contained in:
parent
c660a86b8d
commit
d082e42d48
1 changed files with 1 additions and 1 deletions
|
|
@ -8020,7 +8020,7 @@ static void M_SecretsMenu(INT32 choice)
|
|||
|
||||
skyRoomMenuTranslations[i-1] = (UINT8)ul;
|
||||
SR_MainMenu[i].text = unlockables[ul].name;
|
||||
SR_MainMenu[i].alphaKey = (UINT8)unlockables[ul].height;
|
||||
SR_MainMenu[i].alphaKey = (UINT16)unlockables[ul].height;
|
||||
|
||||
if (unlockables[ul].type == SECRET_HEADER)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue