# HG changeset patch
# User smxx
# Date 1272744938 0
# Node ID 9d5d01b52ae82b6cb4b13178a2bd16ce96266745
# Parent  77161719ec3c7fbf874f5ae4cdd5b806598cddfd
Engine:
* Reverted poison color change to make Tiy happy ;)

diff -r 77161719ec3c -r 9d5d01b52ae8 hedgewars/GearDrawing.inc
--- a/hedgewars/GearDrawing.inc	Sat May 01 20:15:10 2010 +0000
+++ b/hedgewars/GearDrawing.inc	Sat May 01 20:15:38 2010 +0000
@@ -29,7 +29,7 @@
 
 if HH^.Effects[hePoisoned] then
     begin
-    Tint($40, $FF, $00, $40);
+    Tint($00, $FF, $40, $40);
     DrawRotatedTextureF(SpritesData[sprSmokeWhite].texture, 2, 0, 0, sx, sy, 0, 1, 22, 22, (RealTicks shr 36) mod 360);
     Tint($FF, $FF, $FF, $FF)
     end;
@@ -555,7 +555,7 @@
 
 if HH^.Effects[hePoisoned] then
     begin
-    Tint($40, $FF, $00, $80);
+    Tint($00, $FF, $40, $80);
     DrawRotatedTextureF(SpritesData[sprSmokeWhite].texture, 1.5, 0, 0, sx, sy, 0, 1, 22, 22, 360 - (RealTicks shr 37) mod 360);
     end;