]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an abandoned float
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 28 Oct 2011 15:02:31 +0000 (18:02 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 28 Oct 2011 15:02:31 +0000 (18:02 +0300)
qcsrc/server/mutators/sandbox.qc

index 3805dc32bf13d025ccf8a7a71bd13592916d2637..ffb4785d835a84293eb7d4821a15f62317737d49 100644 (file)
@@ -230,7 +230,7 @@ void sandbox_Storage_DatabaseLoad()
 {
        // loads all objects from the database file
        string fn, rf;
-       float fh, n;
+       float fh;
 
        fn = strcat("sandbox/storage_", GetMapname(), ".txt");
        fh = fopen(fn, FILE_READ);