mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
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:
parent
6f3f2eb1b8
commit
d42c28c344
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue