Engine:
authorsmxx
Sat, 01 May 2010 20:15:38 +0000
changeset 3392 9d5d01b52ae8
parent 3391 77161719ec3c
child 3393 595655a09b26
Engine: * Reverted poison color change to make Tiy happy ;)
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;