diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-02 04:24:46 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-02 04:24:46 +0000 |
commit | 0155c9666c00e75a341b9d7bffc16745b5ed897f (patch) | |
tree | f876cbe58fcb5a52d642b5ea215236dc1c14bbab /src/map/status.c | |
parent | 1e87d8276dd8a5535b311299d5666430b61898c4 (diff) | |
download | hercules-0155c9666c00e75a341b9d7bffc16745b5ed897f.tar.gz hercules-0155c9666c00e75a341b9d7bffc16745b5ed897f.tar.bz2 hercules-0155c9666c00e75a341b9d7bffc16745b5ed897f.tar.xz hercules-0155c9666c00e75a341b9d7bffc16745b5ed897f.zip |
Applied patch by xazax to clean up various bits of code across mapserver code. (bugreport:4512)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14438 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/status.c b/src/map/status.c index b8767fde0..3b34d0e53 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7326,7 +7326,6 @@ int status_change_timer(int tid, unsigned int tick, int id, intptr data) *------------------------------------------*/ int status_change_timer_sub(struct block_list* bl, va_list ap) { - struct map_session_data *sd, *tsd; struct status_change* tsc; struct block_list* src = va_arg(ap,struct block_list*); @@ -7339,9 +7338,6 @@ int status_change_timer_sub(struct block_list* bl, va_list ap) tsc = status_get_sc(bl); - sd = BL_CAST(BL_PC, src); - tsd = BL_CAST(BL_PC, bl); - switch( type ) { case SC_SIGHT: /* ƒTƒCƒg */ |