summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index b8f7467a2..5e459f6a7 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -3193,7 +3193,7 @@ void clif_changelook(struct block_list *bl,int type,int val)
struct status_change* sc;
struct view_data* vd;
enum send_target target = AREA;
- int val2;
+ int val2 = 0;
nullpo_retv(bl);
sd = BL_CAST(BL_PC, bl);