Fix config error

This commit is contained in:
icomrade
2014-02-06 19:55:40 -05:00
parent 86d0efe77d
commit bdd07e55e7

View File

@@ -53,7 +53,7 @@ class CfgSFX {
DestrMine1[] = {"\ca\BUILDINGS\sound\building2_destroy", 3.16228, 1, 150, 1, 60, 120, 240}; 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}; DestrMine2[] = {"\dayz_sfx\effects\vein_wreck.ogg", 5, 1, 150, 1, 60, 120, 240};
empty[] = {"", 0, 0, 0, 0, 1, 5, 20}; empty[] = {"", 0, 0, 0, 0, 1, 5, 20};
} };
}; };
#include "CfgSounds.hpp" #include "CfgSounds.hpp"