mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
Mapster32: When failing to extend a collection of sectors because one of
them has a different height, print the sectnums of two differing sectors to so that the mapper can find and examine them with Ctrl-J. git-svn-id: https://svn.eduke32.com/eduke32@2146 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bbc6db465e
commit
c0b86bae3a
1 changed files with 2 additions and 1 deletions
|
@ -3781,7 +3781,8 @@ void overheadeditor(void)
|
||||||
|
|
||||||
if (SECTORFLD(highlightsector[i],z, cf) != thez)
|
if (SECTORFLD(highlightsector[i],z, cf) != thez)
|
||||||
{
|
{
|
||||||
message("All sectors must have the same %s height", cfs[cf]);
|
message("Sector %d's %s height doesn't match sector %d's\n",
|
||||||
|
highlightsector[i], cfs[cf], highlightsector[0]);
|
||||||
goto end_yax;
|
goto end_yax;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue