From 3b1dd44c88484af3585bcfea0e94994330383019 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Tue, 13 Jan 2009 12:53:11 +0000 Subject: * Cleaned up command @users/#users: - displays everything on the target user (self for @users) - uses a static array instead of a temporary DBMap - displays percentages with precision of 0.01% - uses safesnprintf instead of sprintf git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13446 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mapindex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/mapindex.c') diff --git a/src/common/mapindex.c b/src/common/mapindex.c index b76a838be..4aef69574 100644 --- a/src/common/mapindex.c +++ b/src/common/mapindex.c @@ -11,8 +11,6 @@ #include #include -#define MAX_MAPINDEX 2000 - struct _indexes { char name[MAP_NAME_LENGTH]; //Stores map name } indexes[MAX_MAPINDEX]; -- cgit v1.2.3-60-g2f50