diff options
author | MadCamel <madcamel@gmail.com> | 2009-05-13 15:41:18 -0400 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-13 17:57:15 -0600 |
commit | 94a8a08118ecd9e358d794d430945ada248d0959 (patch) | |
tree | 4ef4f5c15758229585f6003e20b0123c4e7fb883 /src/char | |
parent | abb8b0a2cd5577cce954f638dca5fa3f371391fb (diff) | |
download | tmwa-94a8a08118ecd9e358d794d430945ada248d0959.tar.gz tmwa-94a8a08118ecd9e358d794d430945ada248d0959.tar.bz2 tmwa-94a8a08118ecd9e358d794d430945ada248d0959.tar.xz tmwa-94a8a08118ecd9e358d794d430945ada248d0959.zip |
Fixed all compiler warnings and several small bugs in the process
Diffstat (limited to 'src/char')
-rw-r--r-- | src/char/char.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index e82c955..4717479 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -1491,7 +1491,6 @@ int disconnect_player(int accound_id) { // キャラ削除に伴うデータ削除 static int char_delete(struct mmo_charstatus *cs) { - int j; // ギルド脱退 if (cs->guild_id) |