Update snappoints.hpp

This commit is contained in:
AirwavesMan
2021-01-19 13:32:05 +01:00
parent 5da485f380
commit a27408af7b

View File

@@ -662,10 +662,10 @@ class SnapBuilding {
radius = 20;
points[] = {
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
{0,-4.65,0.130,$STR_EPOCH_ACTION_SNAP_BACK},
{0,4.65,0.130,$STR_EPOCH_ACTION_SNAP_FRONT},
{-4.99,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT},
{4.97,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
{0,-4.64,0.130,$STR_EPOCH_ACTION_SNAP_BACK},
{0,4.64,0.130,$STR_EPOCH_ACTION_SNAP_FRONT},
{-4.96,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT},
{4.95,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
};
};