summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-03 12:01:43 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-03 12:01:43 +0000
commite83c989677addb0eb333f9917a116549cd147bae (patch)
tree0c0d27678ca17137bac989c3766749c1d0d8b56e /src/map/map.c
parentb1f782455b315a2bce76cb8b0564a8dfd3cdc680 (diff)
downloadhercules-e83c989677addb0eb333f9917a116549cd147bae.tar.gz
hercules-e83c989677addb0eb333f9917a116549cd147bae.tar.bz2
hercules-e83c989677addb0eb333f9917a116549cd147bae.tar.xz
hercules-e83c989677addb0eb333f9917a116549cd147bae.zip
- Fixed FIFO defines in TURBO mode.
Ref: http://www.eathena.ws/board/index.php?showtopic=129766 The rest of the TURBO related errors are about the HEAD defines having to be at the start of a block because they contain a variable declaration. (i won't fix these) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9611 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 1247206ab..1032472cc 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1871,7 +1871,7 @@ static int map_getallpc_sub(DBKey key,void * data,va_list ap)
struct map_session_data** map_getallusers(int *users) {
static struct map_session_data **all_sd=NULL;
static unsigned int all_count = 0;
-
+
if (users == NULL)
{ //Free up data
if (all_sd) aFree(all_sd);