X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fconvert.c;h=a3553a791009571aa57043c5aadcf3a3d7baae19;hb=1ceb7ce8723b32b267758bfda3bb7903fff8ea7a;hp=fcf96d3a8a9850ee4c14253f586fbf6ed301bcea;hpb=6e392e90d99cc0b6d8af3a15fc334bf34f889994;p=rocksndiamonds.git diff --git a/src/game_em/convert.c b/src/game_em/convert.c index fcf96d3a..a3553a79 100644 --- a/src/game_em/convert.c +++ b/src/game_em/convert.c @@ -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 */ }