X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fscreens.c;h=e2f3f27f1367ba986a40c7d490257091dd3b035b;hp=6ddc604442357d6b902c7b1349f6ea4dcef0af36;hb=439b24a7e57f7af4081ef917fabe6b3cb78d902d;hpb=85a0523ca92c9c77a009233fe7f04109d8f8a9d7 diff --git a/src/screens.c b/src/screens.c index 6ddc6044..e2f3f27f 100644 --- a/src/screens.c +++ b/src/screens.c @@ -1755,7 +1755,7 @@ void HandleMainMenu_SelectLevel(int step, int direction) { /* skipping levels is only allowed when trying to skip single level */ if (setup.skip_levels && step == 1 && - Request("Level still unsolved ! Skip despite handicap ?", REQ_ASK)) + Request("Level still unsolved! Skip despite handicap?", REQ_ASK)) { leveldir_current->handicap_level++; SaveLevelSetup_SeriesInfo(); @@ -1904,7 +1904,7 @@ void HandleMainMenu(int mx, int my, int dx, int dy, int button) { if (leveldir_current->readonly && !strEqual(setup.player_name, "Artsoft")) - Request("This level is read only !", REQ_CONFIRM); + Request("This level is read only!", REQ_CONFIRM); game_status = GAME_MODE_EDITOR; @@ -1940,7 +1940,7 @@ void HandleMainMenu(int mx, int my, int dx, int dy, int button) SaveLevelSetup_LastSeries(); SaveLevelSetup_SeriesInfo(); - if (Request("Do you really want to quit ?", REQ_ASK | REQ_STAY_CLOSED)) + if (Request("Do you really want to quit?", REQ_ASK | REQ_STAY_CLOSED)) game_status = GAME_MODE_QUIT; } }