From e2f4410b3d85beb31aa568bc69ebdb463e64641a Mon Sep 17 00:00:00 2001 From: vbawol Date: Sat, 9 Jul 2016 14:19:19 -0500 Subject: [PATCH] add additional water source --- .../epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp index f7f565f2..736c5779 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp @@ -33,7 +33,7 @@ class CfgWorldInteractions { wreck = 1; }; - + class Land_WaterBarrel_F : Water {}; class barrelwater_f_p3d : Water {}; class water_source_f_p3d : Water {}; class waterbarrel_f_p3d : Water {};