Mercurial > hg > openttd
diff src/openttd.cpp @ 9466:f81fe8c0065a draft
(svn r13386) -Fix: global currency/units setting being overriden when loading a savegame.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 05 Jun 2008 11:26:38 +0000 (2008-06-05) |
parents | 267a95510fdf |
children | 47924a4b2ad4 |
line wrap: on
line diff
--- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -1178,7 +1178,7 @@ /* since savegame version 4.2 the currencies are arranged differently */ static void UpdateCurrencies() { - _settings_client.gui.currency = convert_currency[_settings_client.gui.currency]; + _settings_game.locale.currency = convert_currency[_settings_game.locale.currency]; } /* Up to revision 1413 the invisible tiles at the southern border have not been