mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Slightly snappoint correction for half cinder walls
This commit is contained in:
parent
67045ff345
commit
4e2587244f
@ -638,7 +638,7 @@ class CfgBaseBuilding
|
|||||||
snapPointsPara[] = {"N","E","W","CAM"};
|
snapPointsPara[] = {"N","E","W","CAM"};
|
||||||
allowedSnapPoints[] = {"N","S","E","W"};
|
allowedSnapPoints[] = {"N","S","E","W"};
|
||||||
// snap points for CinderWallHalf_EPOCH
|
// snap points for CinderWallHalf_EPOCH
|
||||||
N[] = {0,0,1.57378};
|
N[] = {0,0,1.53017};
|
||||||
E[] = {5.237,0,0};
|
E[] = {5.237,0,0};
|
||||||
W[] = {-5.237,0,0};
|
W[] = {-5.237,0,0};
|
||||||
CAM[] = {0,-0.47,1.4};
|
CAM[] = {0,-0.47,1.4};
|
||||||
|
Loading…
Reference in New Issue
Block a user