Skip to content

Commit

Permalink
select SSG with the "9" key again
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Sep 14, 2024
1 parent 86c34b5 commit e708a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ void G_BuildTiccmd(ticcmd_t* cmd)
M_InputGameActive(input_weapon6) && gamemode != shareware ? wp_plasma :
M_InputGameActive(input_weapon7) && gamemode != shareware ? wp_bfg :
M_InputGameActive(input_weapon8) ? wp_chainsaw :
M_InputGameActive(input_weapon9) && !demo_compatibility && have_ssg ? wp_supershotgun :
M_InputGameActive(input_weapon9) && have_ssg ? wp_supershotgun :
wp_nochange;

// killough 3/22/98: For network and demo consistency with the
Expand Down

0 comments on commit e708a6f

Please sign in to comment.