diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 1c5a0c585..6e22c69b3 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2399,7 +2399,8 @@ int do_init_npc(void) char c = '-'; // indoorrswtable.txt and etcinfo.txt [Celest] - npc_read_indoors(); + if (battle_config.indoors_override_grffile) + npc_read_indoors(); //npc_read_weather(); // comparing only the first 24 chars of labels that are 50 chars long isn't that nice |