# HG changeset patch
# User smaxx
# Date 1284464719 -7200
# Node ID 95040bd7ace4b353f5857a92da21875033af2a1d
# Parent  4d462b29428e595092f21b4e85cf4c03e4829934
Engine:
* Added clan colored boxes to death animations

diff -r 4d462b29428e -r 95040bd7ace4 hedgewars/GearDrawing.inc
--- a/hedgewars/GearDrawing.inc	Tue Sep 14 13:05:49 2010 +0200
+++ b/hedgewars/GearDrawing.inc	Tue Sep 14 13:45:19 2010 +0200
@@ -15,6 +15,9 @@
 if (Gear^.State and gstHHDeath) <> 0 then
     begin
     DrawSprite(sprHHDeath, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 26 + WorldDy, Gear^.Pos);
+    Tint(HH^.Team^.Clan^.Color);
+    DrawSprite(sprHHDeath, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 26 + WorldDy, Gear^.Pos + 8);
+    Tint($FF, $FF, $FF, $FF);
     exit
     end
 else if (Gear^.State and gstHHGone) <> 0 then
diff -r 4d462b29428e -r 95040bd7ace4 share/hedgewars/Data/Graphics/AmmoMenu/SlotKeys.png
Binary file share/hedgewars/Data/Graphics/AmmoMenu/SlotKeys.png has changed
diff -r 4d462b29428e -r 95040bd7ace4 share/hedgewars/Data/Graphics/HHDeath.png
Binary file share/hedgewars/Data/Graphics/HHDeath.png has changed