Skip to content

Commit

Permalink
engine: client: disable MOVETYPE_TOSS interpolation in old protocol, …
Browse files Browse the repository at this point in the history
…but keep animtime hack for them
  • Loading branch information
a1batross committed Jan 4, 2024
1 parent 3c28b11 commit 9773d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/client/cl_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ void CL_LinkPacketEntities( frame_t *frame )
if( !CL_InterpolateModel( ent ))
continue;
}
#if 0
// ABSOLUTELY STUPID HACK TO ALLOW MONSTERS
// INTERPOLATION IN GRAVGUNMOD COOP
// MUST BE REMOVED ONCE WE REMOVE 48 PROTO SUPPORT
Expand All @@ -1295,6 +1296,7 @@ void CL_LinkPacketEntities( frame_t *frame )
if( !CL_InterpolateModel( ent ))
continue;
}
#endif
else
{
// no interpolation right now
Expand Down

0 comments on commit 9773d11

Please sign in to comment.