diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 10d16fd4e..4a77a3abb 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -173,7 +173,7 @@ struct mob_data { * Did this monster summon something? * Used to flag summon deletions, saves a worth amount of memory **/ - bool can_summon : 1; + bool can_summon; struct npc_data *tomb_npc; }; |