From: FruitieX Date: Sun, 23 May 2010 19:18:41 +0000 (+0300) Subject: move ammo_rocket to ammo_rockets to follow the convention :) X-Git-Tag: xonotic-v0.1.0preview~541^2~128 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=0f01bab5a069d3342b6c2df938368ba2a73bb638 move ammo_rocket to ammo_rockets to follow the convention :) --- diff --git a/gfx/hud/old/ammo_rocket.tga b/gfx/hud/old/ammo_rocket.tga deleted file mode 100644 index e2b4df2fa..000000000 Binary files a/gfx/hud/old/ammo_rocket.tga and /dev/null differ diff --git a/gfx/hud/old/ammo_rockets.tga b/gfx/hud/old/ammo_rockets.tga new file mode 100644 index 000000000..e2b4df2fa Binary files /dev/null and b/gfx/hud/old/ammo_rockets.tga differ diff --git a/gfx/hud/wickedhud/ammo_rocket.png b/gfx/hud/wickedhud/ammo_rocket.png deleted file mode 100644 index e441b51c8..000000000 Binary files a/gfx/hud/wickedhud/ammo_rocket.png and /dev/null differ diff --git a/gfx/hud/wickedhud/ammo_rocket.tga b/gfx/hud/wickedhud/ammo_rocket.tga deleted file mode 100644 index e2b4df2fa..000000000 Binary files a/gfx/hud/wickedhud/ammo_rocket.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/ammo_rockets.png b/gfx/hud/wickedhud/ammo_rockets.png new file mode 100644 index 000000000..e441b51c8 Binary files /dev/null and b/gfx/hud/wickedhud/ammo_rockets.png differ diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 03a86ba8e..eb8103dd5 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -1311,7 +1311,7 @@ string GetAmmoPicture(float i) { case 0: return "ammo_shells"; case 1: return "ammo_bullets"; - case 2: return "ammo_rocket"; + case 2: return "ammo_rockets"; case 3: return "ammo_cells"; case 4: return "ammo_fuel"; default: return "";