From 1773ac9276fa3c8444a1dd28cec8479ac69bbf4d Mon Sep 17 00:00:00 2001 From: helixhorned Date: Tue, 9 Apr 2013 17:35:14 +0000 Subject: [PATCH] Mapster32: print the "Saved board" message more persistently. git-svn-id: https://svn.eduke32.com/eduke32@3659 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/build.c | 14 ++++++++------ polymer/eduke32/source/astub.c | 14 ++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) 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