From c2f562e41cc035cdbecfd5d7f14ba9d6c0e9a453 Mon Sep 17 00:00:00 2001 From: Bart House Date: Tue, 25 Dec 2018 17:22:39 -0800 Subject: [PATCH] Define lan globals only if LAN_FEATUES is defined --- include/decl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/decl.h b/include/decl.h index c000d04b4..cc655ae30 100644 --- a/include/decl.h +++ b/include/decl.h @@ -956,8 +956,10 @@ struct instance_globals { struct musable m; /* nhlan.c */ +#ifdef LAN_FEATURES char lusername[MAX_LAN_USERNAME]; int lusername_size; +#endif /* o_init.c */ short disco[NUM_OBJECTS];