From 0563f621e28860ce0be0618c4e25c4166b9b4b22 Mon Sep 17 00:00:00 2001 From: icomrade Date: Sun, 24 Jul 2016 15:28:18 -0400 Subject: [PATCH] Fix full cinder wall snap points --- SQF/dayz_code/Configs/CfgExtra/snappoints.hpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp index 83a37adc2..0317d5896 100644 --- a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp +++ b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp @@ -259,7 +259,14 @@ class SnapBuilding { {0, 0, 1.5,"Top"} }; }; - class CinderWall_DZ: Cinder_DZE {}; + class CinderWall_DZ: Cinder_DZE { + points[] = { + {0,0,0,"Pivot"}, + {-2.84, 0, 3.2,"Left"}, + {2.84, 0, 3.2,"Right"}, + {0, 0, 3.2,"Top"} + }; + }; class CinderWallDoorway_DZ: Cinder_DZE {}; class CinderWallDoorLocked_DZ: Cinder_DZE {}; class CinderWallDoor_DZ: Cinder_DZE {};