move host_parms from quakefs.c to somewhere a little more sensibe.

This commit is contained in:
Bill Currie 2000-11-29 23:26:45 +00:00
parent 150e04b784
commit 42b3a83bd9
3 changed files with 2 additions and 2 deletions

View file

@ -166,6 +166,7 @@ entity_t cl_visedicts_list[2][MAX_VISEDICTS];
double connect_time = -1; // for connection retransmits
quakeparms_t host_parms;
qboolean host_initialized; // true if into command execution
qboolean nomaster;

View file

@ -118,8 +118,6 @@ cvar_t *fs_userpath;
cvar_t *fs_sharepath;
cvar_t *fs_basegame;
quakeparms_t host_parms;
int com_filesize;
/*

View file

@ -53,6 +53,7 @@
#include "ver_check.h"
#include "world.h"
quakeparms_t host_parms;
qboolean host_initialized; // true if into command execution
double sv_frametime;