1
0
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:
Mathieu Schroeter 2017-08-15 09:23:51 +02:00
parent ea78526ba4
commit 19e8e81550

View File

@ -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;