diff --git a/polymer/eduke32/build/src/build.c b/polymer/eduke32/build/src/build.c index 5714cc298..f87a77a14 100644 --- a/polymer/eduke32/build/src/build.c +++ b/polymer/eduke32/build/src/build.c @@ -3604,6 +3604,8 @@ void overheadeditor(void) if ((pointhighlight&16384)==0) { + // If aiming at wall, check whether it is corrupt, and print a + // warning message near the mouse pointer if that is the case. for (i=0; i=MAXCORRUPTTHINGS) \ - goto too_many_errors; \ + goto too_many_errors; \ corruptthings[numcorruptthings++] = (what); \ if (errlev >= printfromlev) \ - OSD_Printf_nowarn("#%d: " fmt "\n", numcorruptthings, ## __VA_ARGS__); \ + OSD_Printf_nowarn("#%d: " fmt "\n", numcorruptthings, ## __VA_ARGS__); \ } while (0) #endif #ifdef YAX_ENABLE