]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qc
Get rid of half a ton of unref locals. CHECK YOUR COMPILEUTPUT FOR WARNINGS TOO1ONEELEVEN
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qc
index 29b707b93da4bf08de5116d1ece08abda4956bc6..3640c817283545f2ca27058cce0bfc840f54beba 100644 (file)
@@ -12,7 +12,7 @@
        
 string getrecords(float page) // 50 records per page
 {      
-       float rec, r, i;
+       float rec = 0, r, i;
        string h, s;
 
        if (g_ctf)