diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 342c8723f..bb7a99432 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -682,7 +682,7 @@ struct mob_data * map_getmob_boss(int m); struct mob_data * map_id2boss(int id); // reload config file looking only for npcs -void map_reloadnpc(); +void map_reloadnpc(bool clear); /// Bitfield of flags for the iterator. enum e_mapitflags |