summaryrefslogtreecommitdiff
path: root/src/goal_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goal_type.h')
-rw-r--r--src/goal_type.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/goal_type.h b/src/goal_type.h
index 5bbd8c258..27ec758a9 100644
--- a/src/goal_type.h
+++ b/src/goal_type.h
@@ -37,7 +37,6 @@ static const GoalTypeID INVALID_GOALTYPE = 0xFFFFFFFF; ///< Invalid/unknown inde
typedef uint16 GoalID; ///< ID of a goal
struct Goal;
-
-extern GoalID _new_goal_id;
+static const GoalID INVALID_GOAL = 0xFFFF; ///< Constant representing a non-existing goal.
#endif /* GOAL_TYPE_H */