]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/test.qc
Remove some leftovers from merge
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / test.qc
index a9360913e0567e8ec78bcbdc1c419a6038728a7f..966553b27228efa1aa1f277fb73a61e335deda1e 100644 (file)
@@ -24,10 +24,9 @@ void TEST_OK()
 
 float TEST_RunAll()
 {
-       float f = 0;
+       int f = 0;
        float n = numentityfields();
-       float i;
-       for(i = 0; i < n; ++i)
+       for(int i = 0; i < n; ++i)
        {
                string name = entityfieldname(i);
                if(substring(name, 0, 6) == "_TEST_")