Define lan globals only if LAN_FEATUES is defined

This commit is contained in:
Bart House
2018-12-25 17:22:39 -08:00
parent 769ad91cc3
commit c2f562e41c

View File

@@ -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];