summaryrefslogtreecommitdiff
path: root/src/script/api/script_news.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_news.hpp')
-rw-r--r--src/script/api/script_news.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/script/api/script_news.hpp b/src/script/api/script_news.hpp
index 3c40e6f33..0867b91fe 100644
--- a/src/script/api/script_news.hpp
+++ b/src/script/api/script_news.hpp
@@ -25,10 +25,9 @@ public:
* Enumeration for the news types that a script can create news for.
*/
enum NewsType {
- /* Note: these values represent part of the in-game NewsSubtype enum */
- NT_ECONOMY = ::NS_ECONOMY, ///< Category economy.
- NT_SUBSIDIES = ::NS_SUBSIDIES, ///< Category subsidies.
- NT_GENERAL = ::NS_GENERAL, ///< Category general.
+ NT_ECONOMY = ::NT_ECONOMY, ///< Category economy.
+ NT_SUBSIDIES = ::NT_SUBSIDIES, ///< Category subsidies.
+ NT_GENERAL = ::NT_GENERAL, ///< Category general.
};
/**