From c0b86bae3aa26f796a75644b749fe17423999d40 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sat, 3 Dec 2011 13:13:44 +0000 Subject: [PATCH] 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 --- polymer/eduke32/build/src/build.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polymer/eduke32/build/src/build.c b/polymer/eduke32/build/src/build.c index c2c055d43..73bfbdf08 100644 --- a/polymer/eduke32/build/src/build.c +++ b/polymer/eduke32/build/src/build.c @@ -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; }