summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-12 19:02:20 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-12 19:02:20 +0000
commit93679be6f50e5117ac58b0b8f1b8fe0c7075924a (patch)
treef3d82044cad81f35e54bdb3de6769178e728fee3 /src/map/map.c
parent162a6d4e0cf5c6728d594dfb70f6f12ac40a63c1 (diff)
downloadhercules-93679be6f50e5117ac58b0b8f1b8fe0c7075924a.tar.gz
hercules-93679be6f50e5117ac58b0b8f1b8fe0c7075924a.tar.bz2
hercules-93679be6f50e5117ac58b0b8f1b8fe0c7075924a.tar.xz
hercules-93679be6f50e5117ac58b0b8f1b8fe0c7075924a.zip
- Cleaned up the implementation of party_send_movemap, it should fix the client receiving the party-mate positions before receiving the party information when you first log on.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9994 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 7bd04015b..3f37c430e 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -2540,7 +2540,7 @@ int map_delmap(char *mapname) {
* Initiate maps loading stage
*--------------------------------------
*/
-int map_readallmaps()
+int map_readallmaps (void)
{
int i;
int maps_removed = 0;