diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-12-11 11:24:09 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-12-11 11:24:09 +0000 |
commit | e6358d790aa66b2c93584185158e7466f3ec166f (patch) | |
tree | 89e9715f0a9435f9b917fb6b5677ded4f9fbaebc /source/gl_main.c | |
parent | 8ef839c6d9b8204322aa04f4229fdf98a5323a46 (diff) |
Fixed crash inside CL_PacketEntities on player ents with negative skinnum.
Register all vwep models even with `cl_noskins 1'.
Fixed S_RegisterSexedSound to always use sounds corresponding to
visible player model.
Diffstat (limited to 'source/gl_main.c')
-rw-r--r-- | source/gl_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gl_main.c b/source/gl_main.c index a06d72a..e09ff79 100644 --- a/source/gl_main.c +++ b/source/gl_main.c @@ -514,6 +514,8 @@ static void GL_EndFrame( void ) { GL_ShowErrors( __func__ ); video.EndFrame(); + +// qglFinish(); } /* |