Skip to content

Commit

Permalink
[MY] Fix switching room items for SDL2 port
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFakeMontyOnTheRun committed Jun 20, 2024
1 parent b55101c commit ebba50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_frontend/src/sdl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ enum ECommand getInput(void) {
return kCommandFire5;

case SDLK_KP_9:
case SDLK_9:
case SDLK_6:
return kCommandFire6;

case SDLK_s:
Expand Down

0 comments on commit ebba50d

Please sign in to comment.