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, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index dd95009d8..3a85618d6 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -5760,6 +5760,7 @@ int clif_send0199(int map,int type)
struct block_list bl;
unsigned char buf[16];
+ bl.type = BL_NUL;
bl.m = map;
WBUFW(buf,0)=0x199;
WBUFW(buf,2)=type;
@@ -7205,6 +7206,7 @@ int clif_changemapcell(int m,int x,int y,int cell_type,int type)
struct block_list bl;
unsigned char buf[32];
+ bl.type = BL_NUL;
bl.m = m;
bl.x = x;
bl.y = y;