diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-08 19:49:55 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-08 19:49:55 +0000 |
commit | 0c6767b4c8cf0019d2df26598ce40ed303c63b20 (patch) | |
tree | 7dfe4d3f646d3651597a17947767c429fb64efca /src | |
parent | f96f703a1252a0229b59a58951dc2ba55dd66736 (diff) | |
download | hercules-0c6767b4c8cf0019d2df26598ce40ed303c63b20.tar.gz hercules-0c6767b4c8cf0019d2df26598ce40ed303c63b20.tar.bz2 hercules-0c6767b4c8cf0019d2df26598ce40ed303c63b20.tar.xz hercules-0c6767b4c8cf0019d2df26598ce40ed303c63b20.zip |
Fixed compilation warning
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8191 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 3c505eb81..41471ade3 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5598,7 +5598,7 @@ int skill_castend_id (int tid, unsigned int tick, int id, int data) struct homun_data* hd = NULL; //[orn] struct mob_data* md = NULL; struct unit_data* ud = unit_bl2ud(src); - struct status_change *sc; + struct status_change *sc = NULL; int inf,inf2; nullpo_retr(0, ud); |