{
Store[x][y] = EL_EMPTY;
- game.restart_game_message = "Bomb killed Mc Duffin ! Play it again ?";
+ game.restart_game_message = "Bomb killed Mc Duffin! Play it again?";
}
Feld[x][y] = Store[x][y];
SetTileCursorActive(FALSE);
- game.restart_game_message = "Out of magic energy ! Play it again ?";
+ game.restart_game_message = "Out of magic energy! Play it again?";
#if 0
- if (Request("Out of magic energy ! Play it again ?",
+ if (Request("Out of magic energy! Play it again?",
REQ_ASK | REQ_STAY_CLOSED))
{
InitGame();
SetTileCursorActive(FALSE);
- game.restart_game_message = "Magic spell hit Mc Duffin ! Play it again ?";
+ game.restart_game_message = "Magic spell hit Mc Duffin! Play it again?";
#if 0
- if (Request("Magic spell hit Mc Duffin ! Play it again ?",
+ if (Request("Magic spell hit Mc Duffin! Play it again?",
REQ_ASK | REQ_STAY_CLOSED))
{
InitGame();
laser.num_edges = 0;
Bang_MM(laser.start_edge.x, laser.start_edge.y);
- if (Request("Bomb killed Mc Duffin ! Play it again ?",
+ if (Request("Bomb killed Mc Duffin! Play it again?",
REQ_ASK | REQ_STAY_CLOSED))
{
InitGame();
CloseDoor(DOOR_CLOSE_1);
- Request("Level solved !", REQ_CONFIRM);
+ Request("Level solved!", REQ_CONFIRM);
if (level_nr == leveldir_current->handicap_level)
{