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))