Mapster32: when punching loop, fade screen; tweak two messages.

git-svn-id: https://svn.eduke32.com/eduke32@3106 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-11-03 19:32:32 +00:00
parent 6f3f2eb1b8
commit d42c28c344

View file

@ -4146,7 +4146,7 @@ rotate_hlsect_out:
if (loopstartwall == -1) 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; goto end_yax;
} }
@ -4166,6 +4166,8 @@ rotate_hlsect_out:
else if (cb < 0) else if (cb < 0)
cf = YAX_FLOOR; cf = YAX_FLOOR;
fade_editor_screen(-1);
// query top/bottom // query top/bottom
if (cf == -1) if (cf == -1)
{ {
@ -5855,7 +5857,7 @@ end_point_dragging:
if (uneqbn == 1) if (uneqbn == 1)
{ {
OSD_Printf("Can't join two sectors with different ceiling bunchnums." 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"); printmessage16("Can't join two sectors with different ceiling bunchnums. See OSD");
joinsector[0] = joinsector[1] = -1; joinsector[0] = joinsector[1] = -1;
goto end_join_sectors; goto end_join_sectors;