rnd-19990105-2
[rocksndiamonds.git] / src / tools.c
index 56b64fdaba94c1cd02b7389c9286e676f847ca89..1c27d8cae76cd2c3a4f5a45ed10c6bb14ef02a85 100644 (file)
@@ -543,7 +543,10 @@ void DrawPlayer(struct PlayerInfo *player)
        phase = 7 - phase;
     }
 
-    DrawGraphicThruMask(sx, sy, graphic + phase);
+    if (game_emulation == EMU_SUPAPLEX)
+      DrawGraphic(sx, sy, GFX_SP_DISK_RED);
+    else
+      DrawGraphicThruMask(sx, sy, graphic + phase);
   }
 
   if ((last_jx != jx || last_jy != jy) &&