summaryrefslogtreecommitdiff
path: root/currency.c
AgeCommit message (Collapse)Author
2006-07-14(svn r5496) -CodeChange: Removed two compiler warningsbelugas
- add newline at end of file in currency.c - remove unused (for now) CargosChangeInfo
2006-04-20(svn r4487) - Codechange: replace the custom currency magic number 23 with a ↵peter1138
define
2005-10-06(svn r3021) -Fix: "The finnish markka was never abbreviated with capital ↵tron
letters." (ln-)
2005-09-27(svn r2994) Another small hack regarding currencies: add a #define to ↵tron
emulate a variable, that holds the current currency; again this should increase readability
2005-08-07(svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth ↵tron
about the custom currency behind a #define
2005-08-06(svn r2815) Store the currency information in one central place instead of ↵tron
scattering it in several unrelated files