mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 21:02:50 +00:00
c8e6f71a30
Its sole purpose was to pass the newly allocated instsurf when chaining an instance model (ammo box, etc) surface, but using expresion statements removes the need for such shenanigans, and even makes msurface_t that little bit smaller (though a separate array would be much better for cache coherence). More importantly, the relevant code is actually easier to understand: I spent way too long working out what tinst was for and why it was never cleared. |
||
---|---|---|
.. | ||
gl_draw.c | ||
gl_dyn_lights.c | ||
gl_dyn_part.c | ||
gl_dyn_textures.c | ||
gl_fog.c | ||
gl_graph.c | ||
gl_lightmap.c | ||
gl_mod_alias.c | ||
gl_mod_iqm.c | ||
gl_mod_sprite.c | ||
gl_rmain.c | ||
gl_rmisc.c | ||
gl_rsurf.c | ||
gl_screen.c | ||
gl_sky.c | ||
gl_sky_clip.c | ||
gl_textures.c | ||
gl_warp.c | ||
namehack.h | ||
qfgl_ext.c | ||
vid_common_gl.c | ||
vtxarray.c |