File diff r15174:e5ba75da7e48 → r15175:66e0817dc450
src/currency.cpp
Show inline comments
 
@@ -59,13 +59,13 @@ CurrencySpec _currency_specs[NUM_CURRENC
 
/**
 
 * These enums are only declared in order to make sens
 
 * out of the TTDPatch_To_OTTDIndex array that will follow
 
 * Every currency used by Ottd is there, just in case TTDPatch will
 
 * add those missing in its code
 
 **/
 
enum {
 
enum Currencies {
 
	CURR_GBP,
 
	CURR_USD,
 
	CURR_EUR,
 
	CURR_YEN,
 
	CURR_ATS,
 
	CURR_BEF,