mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 04:32:24 +00:00
move host_parms from quakefs.c to somewhere a little more sensibe.
This commit is contained in:
parent
150e04b784
commit
42b3a83bd9
3 changed files with 2 additions and 2 deletions
|
@ -166,6 +166,7 @@ entity_t cl_visedicts_list[2][MAX_VISEDICTS];
|
||||||
|
|
||||||
double connect_time = -1; // for connection retransmits
|
double connect_time = -1; // for connection retransmits
|
||||||
|
|
||||||
|
quakeparms_t host_parms;
|
||||||
qboolean host_initialized; // true if into command execution
|
qboolean host_initialized; // true if into command execution
|
||||||
qboolean nomaster;
|
qboolean nomaster;
|
||||||
|
|
||||||
|
|
|
@ -118,8 +118,6 @@ cvar_t *fs_userpath;
|
||||||
cvar_t *fs_sharepath;
|
cvar_t *fs_sharepath;
|
||||||
cvar_t *fs_basegame;
|
cvar_t *fs_basegame;
|
||||||
|
|
||||||
quakeparms_t host_parms;
|
|
||||||
|
|
||||||
int com_filesize;
|
int com_filesize;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
#include "ver_check.h"
|
#include "ver_check.h"
|
||||||
#include "world.h"
|
#include "world.h"
|
||||||
|
|
||||||
|
quakeparms_t host_parms;
|
||||||
qboolean host_initialized; // true if into command execution
|
qboolean host_initialized; // true if into command execution
|
||||||
|
|
||||||
double sv_frametime;
|
double sv_frametime;
|
||||||
|
|
Loading…
Reference in a new issue