mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix bug where the bad function key was used for memo
This commit is contained in:
parent
ea78526ba4
commit
19e8e81550
@ -5237,7 +5237,7 @@ CEvent::TreatEventBase (const SDL_Event & event)
|
||||
m_pDecor->SetInfoMode (!m_pDecor->GetInfoMode ());
|
||||
}
|
||||
return true;
|
||||
case SDLK_F8:
|
||||
case SDLK_F9:
|
||||
if (m_phase == EV_PHASE_PLAY)
|
||||
m_pDecor->MemoPos (0, !!(m_keymod & KMOD_CTRL));
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user