view lowering now does actually lower view.

This commit is contained in:
Joseph Carter 2000-05-16 04:59:51 +00:00
parent 1d26c02826
commit 00f00185f8
3 changed files with 30 additions and 13 deletions

View file

@ -275,6 +275,7 @@ typedef struct
char levelname[40]; // for display on solo scoreboard
int playernum;
int stdver;
// refresh related state
struct model_s *worldmodel; // cl_entitites[0].model
@ -382,7 +383,7 @@ extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
extern dlight_t cl_dlights[MAX_DLIGHTS];
extern qboolean nomaster;
extern float server_version; // version of server we connected to
extern char *server_version; // version of server we connected to
//=============================================================================