Skip to content

Commit

Permalink
Cookoff - Fix incorrect parent class in cookoff sounds (acemod#10083)
Browse files Browse the repository at this point in the history
Fix incorrect parent

Co-authored-by: Cyruz143 <[email protected]>
  • Loading branch information
2 people authored and blake8090 committed Aug 18, 2024
1 parent 0bdaddc commit 3d6c2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cookoff/CfgSounds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CfgSounds {
class GVAR(shotsubmunitions_close_3): GVAR(shotbullet_close_3) {
sound[] = {QPATHTOF(sounds\shotbullet\close_3.wss), VOLUME, PITCH, 1600};
};
class GVAR(shotsubmunitions_mid_1): GVAR(shotbullet_far_1) {
class GVAR(shotsubmunitions_mid_1): GVAR(shotbullet_mid_1) {
sound[] = {QPATHTOF(sounds\shotbullet\mid_1.wss), VOLUME, PITCH, 1600};
};
class GVAR(shotsubmunitions_mid_2): GVAR(shotbullet_mid_2) {
Expand Down

0 comments on commit 3d6c2c7

Please sign in to comment.