fix typo in comment

develop
myk002 2021-05-05 13:18:43 -07:00
parent 09829551ee
commit a949065a7e
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -792,7 +792,7 @@ command_result blueprint(color_ostream &out, vector<string> &parameters)
// crop end coordinate to map bounds. we've already verified that start is
// a valid coordinate, and width, height, and depth are non-zero, so our
// final are is always going to be at least 1x1x1.
// final area is always going to be at least 1x1x1.
df::world::T_map &map = df::global::world->map;
if (end.x > map.x_count)
end.x = map.x_count;