From d42c28c34480d3d2435ba0b2bcdac009eb862781 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sat, 3 Nov 2012 19:32:32 +0000 Subject: [PATCH] Mapster32: when punching loop, fade screen; tweak two messages. git-svn-id: https://svn.eduke32.com/eduke32@3106 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/build.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/polymer/eduke32/build/src/build.c b/polymer/eduke32/build/src/build.c index 7f06e7dc9..21f20fd76 100644 --- a/polymer/eduke32/build/src/build.c +++ b/polymer/eduke32/build/src/build.c @@ -4146,7 +4146,7 @@ rotate_hlsect_out: if (loopstartwall == -1) { - message("Didn't find any non-grayed out loop start walls"); + message("Didn't find any non-grayed out CCW loop start walls"); goto end_yax; } @@ -4166,6 +4166,8 @@ rotate_hlsect_out: else if (cb < 0) cf = YAX_FLOOR; + fade_editor_screen(-1); + // query top/bottom if (cf == -1) { @@ -5855,7 +5857,7 @@ end_point_dragging: if (uneqbn == 1) { OSD_Printf("Can't join two sectors with different ceiling bunchnums." - " To make them equal, join their upper neighbor's floors."); + " To make them equal, join their upper neighbor's floors.\n"); printmessage16("Can't join two sectors with different ceiling bunchnums. See OSD"); joinsector[0] = joinsector[1] = -1; goto end_join_sectors;