forked from fte/fteqw
1
0
Fork 0

hexen2 angles stuff

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@440 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-17 17:40:39 +00:00
parent a5f4315437
commit 7a8da0015d
1 changed files with 2 additions and 1 deletions

View File

@ -2084,8 +2084,9 @@ void SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg, qboolean ignore
modname[strlen(modname)-5] = client->playerclass+'0';
state->modelindex = SV_ModelIndex(modname);
}
}
if (progstype == PROG_H2 && ent->v.solid == SOLID_BSP)
state->angles[0]*=-1;
if (state->effects & EF_FULLBRIGHT)
{