Skip to content

Commit

Permalink
Fix bad copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed May 31, 2024
1 parent 9c0ee4f commit 8de30a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prboom2/src/m_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ cfg_input_def_t input_defs[] = {
INPUT_SETTING("input_loadgame", dsda_input_loadgame, KEYD_F3, -1, -1),
INPUT_SETTING("input_quicksave", dsda_input_quicksave, KEYD_F6, -1, -1),
INPUT_SETTING("input_quickload", dsda_input_quickload, KEYD_F9, -1, -1),
INPUT_SETTING("input_loadgame", dsda_input_level_table, 0, -1, -1),
INPUT_SETTING("input_level_table", dsda_input_level_table, 0, -1, -1),
INPUT_SETTING("input_endgame", dsda_input_endgame, KEYD_F7, -1, -1),
INPUT_SETTING("input_quit", dsda_input_quit, KEYD_F10, -1, -1),

Expand Down

0 comments on commit 8de30a4

Please sign in to comment.