rnd-19990214-2
[rocksndiamonds.git] / src / game.c
index e70afad3b73a8ce6cdd64c2721c366cb664cf6c9..ea493de1b25dfc3c5044cd775e500fd8fda2da15 100644 (file)
@@ -4132,6 +4132,16 @@ void ScrollFigure(struct PlayerInfo *player, int mode)
   if (Feld[last_jx][last_jy] == EL_PLAYER_IS_LEAVING)
     Feld[last_jx][last_jy] = EL_LEERRAUM;
 
+
+  /*
+  if (!player->MovPos && level.gravity)
+  {
+    if (player->action == MV_NO_MOVING)
+      player->programmed_action = MV_DOWN;
+  }
+  */
+
+
   DrawPlayer(player);
 
   if (!player->MovPos)