mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-07 08:46:34 +00:00
![Kevin Shanahan](/assets/img/avatar_default.png)
On each invocation of CL_SetSolidEntities, the previous state gets overwritten, so only the last call matters. So it should be safe to lift out from CL_ParseServerMessage, then out of the loop in CL_ReadPackets and finally up into Host_Frame in cl_main.c. Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>