mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
more uquake link fixups
This commit is contained in:
parent
28088048b3
commit
ccbb656250
2 changed files with 4 additions and 1 deletions
|
@ -77,6 +77,9 @@ cvar_t pausable = {"pausable","1"};
|
|||
cvar_t temp1 = {"temp1","0"};
|
||||
/* Should server filter out \n & \r in player names ? */
|
||||
cvar_t sv_filter = {"sv_filter","1"};
|
||||
#ifdef UQUAKE
|
||||
client_t *host_client; // current client
|
||||
#endif
|
||||
|
||||
void Host_InitLocal (void);
|
||||
void Host_FindMaxClients (void);
|
||||
|
|
|
@ -85,7 +85,7 @@ cvar_t config_modem_clear = {"_config_modem_clear", "ATZ", true};
|
|||
cvar_t config_modem_init = {"_config_modem_init", "", true};
|
||||
cvar_t config_modem_hangup = {"_config_modem_hangup", "AT H", true};
|
||||
|
||||
int vcrFile = -1;
|
||||
extern int vcrFile;
|
||||
qboolean recording = false;
|
||||
|
||||
// these two macros are to make the code more readable
|
||||
|
|
Loading…
Reference in a new issue