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:
Cyruz 2024-06-21 16:06:44 +01:00 committed by GitHub
parent 1439680795
commit db6c4a72a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {