summaryrefslogtreecommitdiff
path: root/src/goal_type.h
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2013-11-16 17:41:57 +0000
committerzuu <zuu@openttd.org>2013-11-16 17:41:57 +0000
commit6fc653d2d729d8a5c0efeba9f588e6523c3ea13d (patch)
tree76a9ebd0678eee9121a811696a8de6e1f6cb5681 /src/goal_type.h
parentf10d2417d8922f7243bcd7e4582bb1a329f6b86c (diff)
downloadopenttd-6fc653d2d729d8a5c0efeba9f588e6523c3ea13d.tar.xz
(svn r26012) -Add: new goal type that show a story page when clicked
Diffstat (limited to 'src/goal_type.h')
-rw-r--r--src/goal_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/goal_type.h b/src/goal_type.h
index 75b4c13f6..aa9dee349 100644
--- a/src/goal_type.h
+++ b/src/goal_type.h
@@ -24,6 +24,7 @@ enum GoalType {
GT_INDUSTRY, ///< Destination is an industry
GT_TOWN, ///< Destination is a town
GT_COMPANY, ///< Destination is a company
+ GT_STORY_PAGE, ///< Destination is a story page
};
typedef SimpleTinyEnumT<GoalType, byte> GoalTypeByte; ///< The GoalType packed into a byte for savegame purposes.