X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=09faa8b1b8024245067841ef2d57618de41d5cd2;hp=e16e5b1bdaba19eb39e9df6a63c57c872760ead6;hb=439b24a7e57f7af4081ef917fabe6b3cb78d902d;hpb=85a0523ca92c9c77a009233fe7f04109d8f8a9d7 diff --git a/src/game.c b/src/game.c index e16e5b1b..09faa8b1 100644 --- a/src/game.c +++ b/src/game.c @@ -12126,9 +12126,9 @@ void GameActions() /* detect endless loops, caused by custom element programming */ if (recursion_loop_detected && recursion_loop_depth == 0) { - char *message = getStringCat3("Internal Error ! Element ", + char *message = getStringCat3("Internal Error! Element ", EL_NAME(recursion_loop_element), - " caused endless loop ! Quit the game ?"); + " caused endless loop! Quit the game?"); Error(ERR_WARN, "element '%s' caused endless loop in game engine", EL_NAME(recursion_loop_element)); @@ -16286,7 +16286,7 @@ void RequestQuitGame(boolean ask_if_really_quit) boolean skip_request = AllPlayersGone || quick_quit; RequestQuitGameExt(skip_request, quick_quit, - "Do you really want to quit the game ?"); + "Do you really want to quit the game?"); }