diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 611e55d6e..c0e0b8d7a 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1164,6 +1164,7 @@ struct mapcell struct barricade_data { char npc_event[50]; short m, x, y, count, amount, dir; + bool killable; }; struct map_data { |