(svn r25072) -Codechange: Don't require the custom currency to be the last defined one
This commit is contained in:
@@ -108,7 +108,7 @@ var = locale.currency
|
||||
type = SLE_UINT8
|
||||
flags = SLF_NO_NETWORK_SYNC
|
||||
def = 0
|
||||
max = CUSTOM_CURRENCY_ID
|
||||
max = CURRENCY_END - 1
|
||||
full = _locale_currencies
|
||||
cat = SC_BASIC
|
||||
|
||||
|
@@ -2185,7 +2185,7 @@ type = SLE_UINT8
|
||||
from = 97
|
||||
flags = SLF_NO_NETWORK_SYNC
|
||||
def = 0
|
||||
max = CUSTOM_CURRENCY_ID
|
||||
max = CURRENCY_END - 1
|
||||
full = _locale_currencies
|
||||
proc = RedrawScreen
|
||||
cat = SC_BASIC
|
||||
|
Reference in New Issue
Block a user