Cast UINT16 for unlockable_t.height -> alphaKey

This commit is contained in:
James R 2020-08-18 11:18:42 -07:00
parent beba43cffc
commit 300436825d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{