diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index eb3b7a964..1daef3534 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2879,7 +2879,7 @@ int do_init_npc(void) {
struct npc_src_list *nsl;
time_t last_time = time(0);
- int busy;
+ int busy, i;
char c = '-';
//Stock view data for normal npcs.
|