diff options
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 8043c965d..6ab88f872 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -16,11 +16,6 @@ #include <stdlib.h> #include <string.h> -// 32k array entries (the rest goes to the db) -#define MAX_ITEMDB 0x8000 - - - static struct item_data* itemdb_array[MAX_ITEMDB]; static DBMap* itemdb_other;// int nameid -> struct item_data* |