src/currency.cpp
branchnoai
changeset 10645 8cbdb511a674
parent 10455 22c441f5adf9
child 10715 6bdf79ffb022
--- a/src/currency.cpp	Mon May 19 14:14:33 2008 +0000
+++ b/src/currency.cpp	Mon May 19 15:13:58 2008 +0000
@@ -154,7 +154,7 @@
 			_currency_specs[_opt.currency].to_euro != CF_ISEURO &&
 			_cur_year >= _currency_specs[_opt.currency].to_euro) {
 		_opt.currency = 2; // this is the index of euro above.
-		AddNewsItem(STR_EURO_INTRODUCE, NM_NORMAL, NF_NONE, NT_ECONOMY, DNC_NONE, 0, 0);
+		AddNewsItem(STR_EURO_INTRODUCE, NS_ECONOMY, 0, 0);
 	}
 }