]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Perhaps it would be best not to name these floats the same way. Who knows what confli...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 0a69fd50e3849c90e26f2d58d554659066b22d5e..34535ec0e1d0ab2213a26e5eb5c009db8ba98eeb 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_FLOAT, stat_pickup_crosshair);
+       addstat(STAT_PICKUP_CROSSHAIR, AS_FLOAT, stat_crosshair_pickup);
 
        addstat(STAT_NEX_CHARGE, AS_FLOAT, nex_charge);