mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Cast UINT16 for unlockable_t.height -> alphaKey
This commit is contained in:
parent
beba43cffc
commit
300436825d
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…
Reference in a new issue