X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=quakedef.h;h=77a171fcb0a9ccc285ceb242fc785efe1c9cd994;hp=b0211c575809db3a498ad42b0361ad998d33690a;hb=962759ddd16628af50c4f13fb1a463c545f9b473;hpb=882c947a5fe7634e70355fb0ba530409af5fc9bd diff --git a/quakedef.h b/quakedef.h index b0211c57..77a171fc 100644 --- a/quakedef.h +++ b/quakedef.h @@ -559,6 +559,7 @@ typedef struct host_s } host_t; extern host_t host; +extern cvar_t host_isclient; void Host_InitCommands(void); void Host_Main(void);