rnd-20060820-2-src
[rocksndiamonds.git] / src / game_em / convert.c
index fcf96d3a8a9850ee4c14253f586fbf6ed301bcea..a3553a791009571aa57043c5aadcf3a3d7baae19 100644 (file)
@@ -1233,4 +1233,6 @@ void prepare_em_level(void)
 
   for (i = 0; i < MAX_PLAYERS; i++)
     game_em.last_player_direction[i] = MV_NONE;
+
+  lev.exit_x = lev.exit_y = -1;        /* kludge for playing player exit sound */
 }