diff --git a/source/sections/title.cpp b/source/sections/title.cpp index 52bd22f..dc5eb54 100644 --- a/source/sections/title.cpp +++ b/source/sections/title.cpp @@ -67,12 +67,12 @@ void Title::checkEvents() { if (event.type == SDL_EVENT_KEY_DOWN) { if (!show_cheevos_) { switch (event.key.key) { - case SDL_SCANCODE_1: + case SDLK_1: options.section.section = Section::GAME; options.section.subsection = Subsection::NONE; break; - case SDL_SCANCODE_2: + case SDLK_2: show_cheevos_ = true; break;