summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 10:27:02 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 10:27:02 +0000
commit0a68e706bac90f56073f3ad2a30c4bada260225c (patch)
tree14b57c4b84570c5dac1962d1b75e6e2b44610ae9 /src/map/status.c
parent98854fb7d9b029157c5fd02701763301923cfc61 (diff)
downloadhercules-0a68e706bac90f56073f3ad2a30c4bada260225c.tar.gz
hercules-0a68e706bac90f56073f3ad2a30c4bada260225c.tar.bz2
hercules-0a68e706bac90f56073f3ad2a30c4bada260225c.tar.xz
hercules-0a68e706bac90f56073f3ad2a30c4bada260225c.zip
* [Fixed]:
- status.c:920: warning: 'mbl' might be used uninitialized in this function - skill.c:6648: warning: 'matk_min' might be used uninitialized in this function - skill.c:6648: warning: 'matk_max' might be used uninitialized in this function - skill.c:2826: warning: 'sid' might be used uninitialized in this function git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6816 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 09170ee92..4baa3d8d3 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -917,7 +917,7 @@ void status_calc_misc(struct status_data *status, int level)
int status_calc_mob(struct mob_data* md, int first)
{
struct status_data *status;
- struct block_list *mbl;
+ struct block_list *mbl = NULL;
int flag=0;
//Check if we need custom base-status