Codechange: Remove GoalTypeByte

This commit is contained in:
Charles Pigott
2019-04-22 13:20:24 +01:00
committed by PeterN
parent 327ff89808
commit a5681d3eba
2 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ extern GoalPool _goal_pool;
/** Struct about goals, current and completed */
struct Goal : GoalPool::PoolItem<&_goal_pool> {
CompanyID company; ///< Goal is for a specific company; INVALID_COMPANY if it is global
GoalTypeByte type; ///< Type of the goal
GoalType type; ///< Type of the goal
GoalTypeID dst; ///< Index of type
char *text; ///< Text of the goal.
char *progress; ///< Progress text of the goal.