Ja es por jugar

Estat actual: no van els shaders. Jail_audio dona errors
This commit is contained in:
2025-10-16 10:22:12 +02:00
parent 9a4b3b04a5
commit fb5fee02e9

View File

@@ -67,12 +67,12 @@ void Title::checkEvents() {
if (event.type == SDL_EVENT_KEY_DOWN) { if (event.type == SDL_EVENT_KEY_DOWN) {
if (!show_cheevos_) { if (!show_cheevos_) {
switch (event.key.key) { switch (event.key.key) {
case SDL_SCANCODE_1: case SDLK_1:
options.section.section = Section::GAME; options.section.section = Section::GAME;
options.section.subsection = Subsection::NONE; options.section.subsection = Subsection::NONE;
break; break;
case SDL_SCANCODE_2: case SDLK_2:
show_cheevos_ = true; show_cheevos_ = true;
break; break;