]> git.xonotic.org Git - xonotic/darkplaces.git/commit
split render portion of entity_t struct into entity_render_t
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 May 2001 16:00:56 +0000 (16:00 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 May 2001 16:00:56 +0000 (16:00 +0000)
commit0c1460315f5926dfb855b72acd12c6bebd148ebb
treef10efc1e85457b288fe81bb8779e91632757889a
parente411cc7d14dad08cbbe27f5b3af86700f7eb5184
split render portion of entity_t struct into entity_render_t
got rid of glowsize and glowtrail fields in entity_render_t (since they were only used inside RelinkEntities anyway)
removed some commented out struct stuff
fixed mouse hide/show code in win32 (could get stuck shown)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@208 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
cl_parse.c
in_win.c
protocol.h
quakedef.h
render.h