Skip to content

Commit 1229492

Browse files
committed
Fixed incorrect URI for sound file
1 parent f3f0b1a commit 1229492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/sounds/sounds.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class CfgSounds
1414
// how the sound is referred to in the editor (e.g. trigger effects)
1515
name = "radiochatter4";
1616
// filename, volume, pitch
17-
sound[] = {"sounds\support\radiochatter4.ogg", 1, 1};
17+
sound[] = {"sounds\radiochatter4.ogg", 1, 1};
1818
titles[] = {};
19-
};
19+
};
2020
class loadgun
2121
{
2222
// how the sound is referred to in the editor (e.g. trigger effects)

0 commit comments

Comments
 (0)