diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-13 14:01:55 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-13 14:01:55 +0000 |
commit | 438d56fdd334f9fbd97037d5b37607ef3712aa41 (patch) | |
tree | 31a70970ad76537dbe6b8ccfc0ac60fb60b1841e /src/map/intif.c | |
parent | c905e2e19a9f913a4ea51b8a32dc97735a01b091 (diff) | |
download | hercules-438d56fdd334f9fbd97037d5b37607ef3712aa41.tar.gz hercules-438d56fdd334f9fbd97037d5b37607ef3712aa41.tar.bz2 hercules-438d56fdd334f9fbd97037d5b37607ef3712aa41.tar.xz hercules-438d56fdd334f9fbd97037d5b37607ef3712aa41.zip |
Removed compiler warnings in intif.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@158 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index 67521599b..3c130623c 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -617,7 +617,7 @@ int intif_displaymessage(int account_id, char* mes) int intif_parse_WisMessage(int fd) { // rewritten by [Yor]
struct map_session_data* sd;
int id=RFIFOL(fd,4);
- int i,j=0;
+ int i=0; //,j=0;
// if(battle_config.etc_log)
// printf("intif_parse_wismessage: %d %s %s %s\n",id,RFIFOP(fd,6),RFIFOP(fd,30),RFIFOP(fd,54) );
|