Skip to content

Commit

Permalink
Lower weapon switch delay on DOOM 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Jun 18, 2024
1 parent 536ac09 commit 7b04555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/d3xp/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const int HEALTH_PER_DOSE = 10;
const int WEAPON_DROP_TIME = 20 * 1000;

// time before a next or prev weapon switch happens
const int WEAPON_SWITCH_DELAY = 150 * 5;
const int WEAPON_SWITCH_DELAY = 500;

// how many units to raise spectator above default view height so it's in the head of someone
const int SPECTATE_RAISE = 25;
Expand Down

0 comments on commit 7b04555

Please sign in to comment.