(svn r26012) -Add: new goal type that show a story page when clicked

This commit is contained in:
zuu
2013-11-16 17:41:57 +00:00
parent f10d2417d8
commit 6fc653d2d7
7 changed files with 41 additions and 1 deletions

View File

@@ -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.