File diff r6225:10a046e3989a → r6226:6350e47be929
src/currency.cpp
Show inline comments
 
@@ -173,7 +173,7 @@ void ResetCurrencies(void)
 
StringID* BuildCurrencyDropdown(void)
 
{
 
	/* Allow room for all currencies, plus a terminator entry */
 
	static StringID names[CUSTOM_CURRENCY_ID];
 
	static StringID names[NUM_CURRENCY + 1];
 
	uint i;
 

	
 
	/* Add each name */