Skip to content

Commit

Permalink
Appease clang-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Jun 12, 2020
1 parent fdce64a commit 98ea6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/point.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ struct box {
}
};

static constexpr tripoint tripoint_zero;
static constexpr point point_zero{ tripoint_zero.xy() };
static constexpr tripoint tripoint_zero{};
static constexpr point point_zero{};

static constexpr point point_north{ 0, -1 };
static constexpr point point_north_east{ 1, -1 };
Expand Down

0 comments on commit 98ea6e7

Please sign in to comment.