X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=14e6445da7ccb717999e5b7574d8d85b443f1418;hb=c8dd3c1abd6a1daf4f7431a59db721ae7fba3d17;hp=93c23dc2227982200f8dcea0b43e562239ee7ba0;hpb=f8f7840ddc57a2c31a3d6ab664b0e4e7e7ad69ce;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 93c23dc2..14e6445d 100644 --- a/src/game.c +++ b/src/game.c @@ -229,8 +229,17 @@ static void InitField(int x, int y, boolean init_game) { switch (Feld[x][y]) { - case EL_SPIELFIGUR: case EL_SP_MURPHY: + if (init_game) + { + if (stored_player[0].present) + { + Feld[x][y] = EL_SP_MURPHY_CLONE; + break; + } + } + /* no break! */ + case EL_SPIELFIGUR: if (init_game) Feld[x][y] = EL_SPIELER1; /* no break! */