]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
move ammo_rocket to ammo_rockets to follow the convention :)
authorFruitieX <rasse@rasse-lappy.localdomain>
Sun, 23 May 2010 19:18:41 +0000 (22:18 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Sun, 23 May 2010 19:18:41 +0000 (22:18 +0300)
gfx/hud/old/ammo_rocket.tga [deleted file]
gfx/hud/old/ammo_rockets.tga [new file with mode: 0644]
gfx/hud/wickedhud/ammo_rocket.png [deleted file]
gfx/hud/wickedhud/ammo_rocket.tga [deleted file]
gfx/hud/wickedhud/ammo_rockets.png [new file with mode: 0644]
qcsrc/client/hud.qc

diff --git a/gfx/hud/old/ammo_rocket.tga b/gfx/hud/old/ammo_rocket.tga
deleted file mode 100644 (file)
index e2b4df2..0000000
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 (file)
index 0000000..e2b4df2
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 (file)
index e441b51..0000000
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 (file)
index e2b4df2..0000000
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 (file)
index 0000000..e441b51
Binary files /dev/null and b/gfx/hud/wickedhud/ammo_rockets.png differ
index 03a86ba8ec9df6a439bad54fa429658ddcbe66cb..eb8103dd5b654bd40f4c795d9a8f8707bfad5457 100644 (file)
@@ -1311,7 +1311,7 @@ string GetAmmoPicture(float i)
        {
                case 0: return "ammo_shells";
                case 1: return "ammo_bullets";
        {
                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 "";
                case 3: return "ammo_cells";
                case 4: return "ammo_fuel";
                default: return "";