(svn r6453) -Feature: FS#305 Turkish currency (jnmbk)

This commit is contained in:
belugas
2006-09-15 02:33:40 +00:00
parent c34691d2b0
commit 326e74055e
4 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
enum {
CF_NOEURO = 0,
CF_ISEURO = 1,
NUM_CURRENCY = 25,
NUM_CURRENCY = 26,
CUSTOM_CURRENCY_ID = NUM_CURRENCY - 1
};