]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qc
Remove redundant setting of air_finished that gets overriden in DrownPlayer with...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qc
index d9b9efcde36444c8d06b804b5dd60ad80c0ec237..3b7513013dc036475976c872d628ec572d8a4b67 100644 (file)
@@ -444,7 +444,7 @@ STATIC_INIT(compressShortVector)
                l *= f;
        }
 
-       if(cvar("developer"))
+       if(cvar("developer") > 0)
        {
                LOG_TRACE("Verifying vector compression table...");
                for(i = 0x0F00; i < 0xFFFF; ++i)