summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog-Trunk.txt2
-rw-r--r--src/map/chrif.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 14b8678b2..5b7031b7b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/05/31
* [Fixed]:
+ - Suppressed compilation warning in chrif.c [Lance]
+ * [Fixed]:
- Guys can't go across map-servers :( [Lance]
* [Fixed]:
- Restoration and saving of sd->npc_id must be done every time. [Lance]
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 7f4c0be92..0ec1fdff7 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -317,7 +317,7 @@ int chrif_removemap(int fd){
*/
int chrif_changemapserver(struct map_session_data *sd, short map, int x, int y, int ip, short port)
{
- int i, s_ip=0;
+ int /*i, */s_ip=0;
nullpo_retr(-1, sd);