From fb5fee02e90018ddac393ddd204255714ae11837 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 16 Oct 2025 10:22:12 +0200 Subject: [PATCH] Ja es por jugar Estat actual: no van els shaders. Jail_audio dona errors --- source/sections/title.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;