(svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability

This commit is contained in:
tron
2005-09-27 20:55:42 +00:00
parent 5f3bb18eb7
commit 6249dd46ad
5 changed files with 11 additions and 22 deletions

View File

@@ -89,12 +89,6 @@ uint GetMaskOfAllowedCurrencies(void)
}
uint GetCurrentCurrencyRate(void)
{
return _currency_specs[_opt_ptr->currency].rate;
}
void CheckSwitchToEuro(void)
{
if (_currency_specs[_opt.currency].to_euro != CF_NOEURO &&