diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|