Add setting to allow hiding viewport labels of inidivudal waypoints

This commit is contained in:
Jonathan G Rennison
2022-01-21 23:37:53 +00:00
parent c65901fef2
commit d81cbc25b8
22 changed files with 116 additions and 13 deletions

View File

@@ -54,6 +54,7 @@ enum DisplayOptions {
/** Extra Display Options */
enum ExtraDisplayOptions {
XDO_SHOW_MONEY_TEXT_EFFECTS = 0, ///< Display money text effects.
XDO_SHOW_HIDDEN_SIGNS = 1, ///< Show hidden signs
};
extern GameMode _game_mode;