]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fixed drawmask for non-csqc mods. Thanks to Willis for spotting this bug
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 21 Jan 2006 08:50:36 +0000 (08:50 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 21 Jan 2006 08:50:36 +0000 (08:50 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5916 d7cf8633-e32d-0410-b094-e92efae38249

cl_main.c

index c35aec1d5508a29c90b0835ff5e5950fa0c89c29..3151111e052ae138bc2e670d05a7d35d5ef4b7a3 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1492,7 +1492,7 @@ int CL_ReadFromServer(void)
                CL_ClientMovement_Replay();
                if(!csqc_loaded)        //[515]: csqc
                {
                CL_ClientMovement_Replay();
                if(!csqc_loaded)        //[515]: csqc
                {
-                       CL_RelinkNetworkEntities(65536);
+                       CL_RelinkNetworkEntities(65535);
 
                        // move particles
                        CL_MoveParticles();
 
                        // move particles
                        CL_MoveParticles();