]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Little comment change
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 22 Jan 2011 00:37:50 +0000 (02:37 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 22 Jan 2011 00:37:50 +0000 (02:37 +0200)
qcsrc/server/cl_weaponsystem.qc

index 0f3edce251dc4a5abe3fb37131ad5a5f5e16462b..fd1da3162973fed859974ec84b7362eb1245bc72 100644 (file)
@@ -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