From bdd07e55e7104f3bac40a93167195c785bca1485 Mon Sep 17 00:00:00 2001 From: icomrade Date: Thu, 6 Feb 2014 19:55:40 -0500 Subject: [PATCH] Fix config error --- SQF/dayz_sfx/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"