mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cookoff - Fix incorrect parent class in cookoff sounds (#10083)
Fix incorrect parent Co-authored-by: Cyruz143 <root.cyruz@gmail.com>
This commit is contained in:
parent
1439680795
commit
db6c4a72a6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user