hedgewars/uGearsRender.pas
changeset 5561 dfbe55237c64
parent 5560 d1ebcf4df330
child 5612 2638dec1b323
child 5615 104f69e798bb
--- a/hedgewars/uGearsRender.pas	Sun Aug 14 13:25:55 2011 -0400
+++ b/hedgewars/uGearsRender.pas	Sun Aug 14 13:45:37 2011 -0400
@@ -602,11 +602,10 @@
                 amSMine: DrawRotated(sprHandSMine, hx, hy, sign, aangle);
                 amSeduction: begin
                              DrawRotated(sprHandSeduction, hx, hy, sign, aangle);
-                             // Crashes for some reason in glDrawArrays
-                             //DrawCircle(ox, oy, 248, 4, $FF, $00, $00, $AA); 
-                             Tint($FF, $0, $0, $AA);
-                             DrawTexture(ox - 240, oy - 240, SpritesData[sprVampiric].Texture, 10);
-                             Tint($FF, $FF, $FF, $FF);
+                             DrawCircle(ox, oy, 248, 4, $FF, $00, $00, $AA); 
+                             //Tint($FF, $0, $0, $AA);
+                             //DrawTexture(ox - 240, oy - 240, SpritesData[sprVampiric].Texture, 10);
+                             //Tint($FF, $FF, $FF, $FF);
                              end;
                 amVampiric: DrawRotatedF(sprHandVamp, hx, hy, (RealTicks div 125) mod 4, sign, aangle);
                 amRCPlane: begin