Give proper names to some functions

This commit is contained in:
DizzyEggg
2020-07-14 11:13:03 +02:00
parent 038d247e14
commit 0425cb66ef
5 changed files with 24 additions and 24 deletions

View File

@@ -280,7 +280,7 @@ static void ReadKeys(void)
gMain.heldKeys = gMain.heldKeysRaw;
// Remap L to A if the L=A option is enabled.
if (gSaveBlock2Ptr->optionsButtonMode == 2)
if (gSaveBlock2Ptr->optionsButtonMode == OPTIONS_BUTTON_MODE_L_EQUALS_A)
{
if (gMain.newKeys & L_BUTTON)
gMain.newKeys |= A_BUTTON;