rnd-20030921-1-src
[rocksndiamonds.git] / src / tools.c
index feef1fa4044e4b19d4f297037e632d4d69565a6d..acf2e3e4f195eb4b3d9e778e3c7b0c48889d937c 100644 (file)
@@ -688,6 +688,13 @@ void DrawPlayer(struct PlayerInfo *player)
     }
     else
     {
+#if 0
+      if (player->is_collecting && GfxElement[jx][jy] == EL_ENVELOPE)
+      {
+       ShowEnvelope();
+      }
+#endif
+
       GfxElement[jx][jy] = EL_UNDEFINED;
 
       DrawLevelField(jx, jy);