diff --git a/SQF/dayz_sfx/config.cpp b/SQF/dayz_sfx/config.cpp index 5d40c5c0e..edc0aa5ba 100644 --- a/SQF/dayz_sfx/config.cpp +++ b/SQF/dayz_sfx/config.cpp @@ -53,8 +53,8 @@ class CfgSFX { DestrMine1[] = {"\ca\BUILDINGS\sound\building2_destroy", 3.16228, 1, 150, 1, 60, 120, 240}; DestrMine2[] = {"\dayz_sfx\effects\vein_wreck.ogg", 5, 1, 150, 1, 60, 120, 240}; empty[] = {"", 0, 0, 0, 0, 1, 5, 20}; - } + }; }; #include "CfgSounds.hpp" -#include "CfgMusic.hpp" \ No newline at end of file +#include "CfgMusic.hpp"