From: Mircea Kitsune Date: Mon, 11 Apr 2011 12:41:23 +0000 (+0300) Subject: Fix a bug in the loaded rockets stat. Crosshair ring now indicates the proper value. X-Git-Tag: xonotic-v0.5.0~263^2~10^2~80 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=491f2d5500b2dc37eb4d51aca1799a68c4008820;p=xonotic%2Fxonotic-data.pk3dir.git Fix a bug in the loaded rockets stat. Crosshair ring now indicates the proper value. --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 960caaeff..135f65b2c 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -833,7 +833,7 @@ void spawnfunc_worldspawn (void) addstat(STAT_NEX_CHARGE, AS_FLOAT, nex_charge); addstat(STAT_NEX_CHARGEPOOL, AS_FLOAT, nex_chargepool_ammo); - addstat(STAT_HAGAR_LOAD, AS_FLOAT, hagar_load); + addstat(STAT_HAGAR_LOAD, AS_INT, hagar_load); if(g_ca || g_freezetag) {