From a8c88f43b678b6d44e1fb4f78a51cdb7fb08a8aa Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 26 May 2012 14:16:03 +0000 Subject: (svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead. --- src/script/api/script_news.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/script/api') 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. }; /** -- cgit v1.2.3-70-g09d2