]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed deluxemapping detection bug that made it never work
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 22 Feb 2007 11:19:51 +0000 (11:19 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 22 Feb 2007 11:19:51 +0000 (11:19 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6892 d7cf8633-e32d-0410-b094-e92efae38249

model_brush.c

index 3e0dddccca17a217548f0c6ba7d0f66f03c195b4..0e7e0485199ed1f417e6c10c00933fa2613bfaac 100644 (file)
@@ -4809,7 +4809,7 @@ static void Mod_Q3BSP_LoadLightmaps(lump_t *l, lump_t *faceslump)
                        }
                }
        }
-       if (endlightmap < 2 || (endlightmap & 1))
+       if (endlightmap < 2)
                loadmodel->brushq3.deluxemapping = false;
 
        // q3map2 sometimes (or always?) makes a second blank lightmap for no