Added bugs relating to scr_scoreboard_* cvars, broken indepphysics, and generally screwed up

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2547 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-07-23 18:52:11 +00:00
parent 3ca64edd06
commit 5fc1d3fdea
8 changed files with 484 additions and 141 deletions

View file

@ -144,11 +144,11 @@ typedef struct player_info_s
qboolean ignored;
// skin information
int topcolor;
int bottomcolor;
int rtopcolor; //real, according to their userinfo
int rbottomcolor;
int _topcolor;
int _bottomcolor;
int ttopcolor; //team, according to colour forcing
int tbottomcolor;
#ifdef SWQUAKE
struct palremap_s *palremap;