Skip to content

Commit

Permalink
Fixed|Heretic: Removed invalid cvar 'player-weapon-order8'
Browse files Browse the repository at this point in the history
Heretic only has eight weapons (0...7).
  • Loading branch information
skyjake committed Mar 16, 2014
1 parent 8a4cdf6 commit 8d16231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/plugins/heretic/src/h_console.c
Expand Up @@ -128,7 +128,6 @@ cvartemplate_t gameCVars[] = {
{"player-weapon-order5", 0, CVT_INT, &cfg.weaponOrder[5], 0, NUM_WEAPON_TYPES},
{"player-weapon-order6", 0, CVT_INT, &cfg.weaponOrder[6], 0, NUM_WEAPON_TYPES},
{"player-weapon-order7", 0, CVT_INT, &cfg.weaponOrder[7], 0, NUM_WEAPON_TYPES},
{"player-weapon-order8", 0, CVT_INT, &cfg.weaponOrder[8], 0, NUM_WEAPON_TYPES},

{"player-weapon-nextmode", 0, CVT_BYTE, &cfg.weaponNextMode, 0, 1},
{"player-weapon-cycle-sequential", 0, CVT_BYTE, &cfg.weaponCycleSequential, 0, 1},
Expand Down

0 comments on commit 8d16231

Please sign in to comment.