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:
helixhorned 2011-12-03 13:13:44 +00:00
parent bbc6db465e
commit c0b86bae3a

View file

@ -3781,7 +3781,8 @@ void overheadeditor(void)
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;
}