Define lan globals only if LAN_FEATUES is defined
This commit is contained in:
@@ -956,8 +956,10 @@ struct instance_globals {
|
|||||||
struct musable m;
|
struct musable m;
|
||||||
|
|
||||||
/* nhlan.c */
|
/* nhlan.c */
|
||||||
|
#ifdef LAN_FEATURES
|
||||||
char lusername[MAX_LAN_USERNAME];
|
char lusername[MAX_LAN_USERNAME];
|
||||||
int lusername_size;
|
int lusername_size;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* o_init.c */
|
/* o_init.c */
|
||||||
short disco[NUM_OBJECTS];
|
short disco[NUM_OBJECTS];
|
||||||
|
|||||||
Reference in New Issue
Block a user