]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
AS_FLOAT, since I'll be using time to track down the pickups, unless there's a better...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 30 Oct 2010 13:48:01 +0000 (16:48 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 30 Oct 2010 13:48:01 +0000 (16:48 +0300)
qcsrc/server/g_world.qc

index 1226c0d2ee12c77e767e7d6549a61689801bce26..0a69fd50e3849c90e26f2d58d554659066b22d5e 100644 (file)
@@ -641,7 +641,7 @@ void spawnfunc_worldspawn (void)
        addstat(STAT_SHOTORG, AS_INT, stat_shotorg);
        addstat(STAT_LEADLIMIT, AS_FLOAT, stat_leadlimit);
        addstat(STAT_BULLETS_LOADED, AS_INT, campingrifle_bulletcounter);
-       addstat(STAT_PICKUP_CROSSHAIR, AS_INT, stat_pickup_crosshair);
+       addstat(STAT_PICKUP_CROSSHAIR, AS_FLOAT, stat_pickup_crosshair);
 
        addstat(STAT_NEX_CHARGE, AS_FLOAT, nex_charge);