rnd-20060304-1-src
[rocksndiamonds.git] / src / game_em / convert.c
index 2935a10123be7a50c10443820dd03d93960f52ea..9b888ffce11733dff5f6825af16a24491971ee77 100644 (file)
@@ -1021,4 +1021,10 @@ void prepare_em_level(void)
           i, ply[i].x_initial, ply[i].y_initial, ply[i].alive);
 #endif
   }
+
+  game_em.any_player_moving = FALSE;
+  game_em.last_moving_player = 0;      /* default: first player */
+
+  for (i = 0; i < MAX_PLAYERS; i++)
+    game_em.last_player_direction[i] = MV_NONE;
 }