- Removed more trailing tabs.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau
2012-01-30 20:17:55 +00:00
parent 8b772a0bab
commit 00367cd7b7
108 changed files with 387 additions and 388 deletions

View File

@@ -140,7 +140,7 @@ int instance_add_map(const char *name, int instance_id, bool usebasename)
map[im].name[0] = '\0';
ShowError("instance_add_map: no more free map indexes.\n");
return -3; // No free map index
}
}
// Reallocate cells
num_cell = map[im].xs * map[im].ys;