mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Replaced a stray 'A' with SDLK_A
This commit is contained in:
parent
cbc7a93299
commit
2138d40821
@ -181,7 +181,7 @@ MxLong RegistrationBook::HandleKeyPress(SDL_Keycode p_key)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (key != SDLK_BACKSPACE && m_unk0x280.m_cursorPos < 7) {
|
else if (key != SDLK_BACKSPACE && m_unk0x280.m_cursorPos < 7) {
|
||||||
m_name[0][m_unk0x280.m_cursorPos] = m_alphabet[key - 'A']->Clone();
|
m_name[0][m_unk0x280.m_cursorPos] = m_alphabet[key - SDLK_A]->Clone();
|
||||||
|
|
||||||
if (m_name[0][m_unk0x280.m_cursorPos] != NULL) {
|
if (m_name[0][m_unk0x280.m_cursorPos] != NULL) {
|
||||||
m_alphabet[key - SDLK_A]->GetAction()->SetUnknown24(
|
m_alphabet[key - SDLK_A]->GetAction()->SetUnknown24(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user