fix for RID #1394691 (boss2 at least)

added r_drawviewmodelinvis
Spike needs to fix heightmaps, they have a similar issue


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1829 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-01-09 01:49:06 +00:00
parent a061092d65
commit afb9ec7a08
7 changed files with 41 additions and 16 deletions

View file

@ -3053,4 +3053,3 @@ int build_number( void )
return b;
}

View file

@ -74,8 +74,8 @@ extern conchar_t q3codemasks[MAXQ3COLOURS];
#define S_COLOR_GREEN "^2"
#define S_COLOR_YELLOW "^3"
#define S_COLOR_BLUE "^4"
#define S_COLOR_MAGENTA "^5"
#define S_COLOR_CYAN "^6"
#define S_COLOR_CYAN "^5"
#define S_COLOR_MAGENTA "^6"
#define S_COLOR_WHITE "^7"
#define CON_TEXTSIZE 16384