summaryrefslogtreecommitdiff
path: root/src/currency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/currency.cpp')
-rw-r--r--src/currency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/currency.cpp b/src/currency.cpp
index 84f76e0dd..0f82961b0 100644
--- a/src/currency.cpp
+++ b/src/currency.cpp
@@ -157,7 +157,7 @@ void CheckSwitchToEuro()
_currency_specs[_settings_game.locale.currency].to_euro != CF_ISEURO &&
_cur_year >= _currency_specs[_settings_game.locale.currency].to_euro) {
_settings_game.locale.currency = 2; // this is the index of euro above.
- AddNewsItem(STR_EURO_INTRODUCE, NS_ECONOMY, 0, 0);
+ AddNewsItem(STR_EURO_INTRODUCE, NS_ECONOMY);
}
}