From: Mircea Kitsune Date: Sat, 22 Jan 2011 00:37:50 +0000 (+0200) Subject: Little comment change X-Git-Tag: xonotic-v0.5.0~309^2~7^2~127 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cb37ffce5c0f5bf2ac4ab0c3688bd778e8c5e2f6;p=xonotic%2Fxonotic-data.pk3dir.git Little comment change --- diff --git a/qcsrc/server/cl_weaponsystem.qc b/qcsrc/server/cl_weaponsystem.qc index 0f3edce25..fd1da3162 100644 --- a/qcsrc/server/cl_weaponsystem.qc +++ b/qcsrc/server/cl_weaponsystem.qc @@ -1646,7 +1646,7 @@ float W_ReloadCheck(float ammo_amount, float ammo_shot) sprint(self, strcat("You don't have enough ammo to reload the ^2", W_Name(self.weapon), "\n")); self.reload_complain = time + 1; } - // switch away if the loaded amount of ammo is not enough to keep using the weapon + // switch away if the loaded amount of ammo is not enough to keep using this weapon if(self.clip_load < ammo_shot) { self.clip_load = -1; // reload later