mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Small cleanup.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1103 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b172d60b88
commit
7c4257cc54
1 changed files with 1 additions and 4 deletions
|
@ -618,9 +618,8 @@ void CL_PredictMovePNum (int pnum)
|
|||
{
|
||||
entity_state_t *CL_FindOldPacketEntity(int num);
|
||||
entity_state_t *CL_FindPacketEntity(int num);
|
||||
entity_state_t *state, *old;
|
||||
entity_state_t *state;
|
||||
state = CL_FindPacketEntity (cl.viewentity[pnum]);
|
||||
old = CL_FindOldPacketEntity (cl.viewentity[pnum]);
|
||||
if (state)
|
||||
{
|
||||
float f;
|
||||
|
@ -672,8 +671,6 @@ void CL_PredictMovePNum (int pnum)
|
|||
|
||||
goto fixedorg;
|
||||
}
|
||||
else
|
||||
Con_Printf("No state\n");
|
||||
}
|
||||
#endif
|
||||
if (((cl_nopred.value && cls.demoplayback!=DPB_MVD)|| cl.fixangle))
|
||||
|
|
Loading…
Reference in a new issue