forked from jaildesigner-jailgames/jaildoctors_dilemma
Ja es por jugar
Estat actual: no van els shaders. Jail_audio dona errors
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user