Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/weapons/WeaponInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ uint16 CWeaponInfo::ms_aReloadSampleTime[WEAPONTYPE_TOTALWEAPONS] =
0, // ROCKET
250, // COLT45
250, // PYTHON
650, // SHOTGUN
150, // SHOTGUN // ZAdd: Was "650". Fixes reloading sound not playing. #AudioFix by ZeptoBST
650, // SPAS12 SHOTGUN
650, // STUBBY SHOTGUN
400, // TEC9
Expand Down
Loading