mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
GLQUAKE has been erradicated from the .c files (unfortunatly not the .h files)
This commit is contained in:
parent
05bb1f14b1
commit
0cce8322b1
3 changed files with 1339 additions and 9 deletions
|
@ -879,13 +879,6 @@ CL_NewTranslation
|
|||
*/
|
||||
void CL_NewTranslation (int slot)
|
||||
{
|
||||
#ifdef GLQUAKE
|
||||
if (slot > MAX_CLIENTS)
|
||||
Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
|
||||
|
||||
R_TranslatePlayerSkin(slot);
|
||||
#else
|
||||
|
||||
int i, j;
|
||||
int top, bottom;
|
||||
byte *dest, *source;
|
||||
|
@ -934,7 +927,6 @@ void CL_NewTranslation (int slot)
|
|||
dest[BOTTOM_RANGE+j] = source[bottom+15-j];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue