From d692458038b75564434a6fc32d80b2a4e1f1b8c6 Mon Sep 17 00:00:00 2001 From: DoctorVanGogh Date: Tue, 3 Nov 2015 10:07:27 +0100 Subject: [PATCH] Formatting --- plugins/automaterial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/automaterial.cpp b/plugins/automaterial.cpp index 01b275eaf..cc38dc763 100644 --- a/plugins/automaterial.cpp +++ b/plugins/automaterial.cpp @@ -469,7 +469,7 @@ static bool is_valid_building_site(building_site &site, bool orthogonal_check, b if (bshape != tiletype_shape_basic::Open) return false; - // Can build on top of a wall, but not on a constructed floor + // Can build on top of a wall, but not on a constructed floor df::coord pos_below = site.pos; pos_below.z--; if (!Maps::isValidTilePos(pos_below))