From f7982e11c520bb66f85312afb684a9df257a8c45 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sat, 29 Aug 2015 17:43:40 +0000 Subject: [PATCH] Mapster32: after playtesting with Esc+[T], break from the key polling loop. Bug noticed and fix located by The Mechanic. git-svn-id: https://svn.eduke32.com/eduke32@5336 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/build.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polymer/eduke32/build/src/build.c b/polymer/eduke32/build/src/build.c index b14d1b609..bc41249e8 100644 --- a/polymer/eduke32/build/src/build.c +++ b/polymer/eduke32/build/src/build.c @@ -8155,6 +8155,7 @@ CANCEL: } else if (ch == 't' || ch == 'T') { + bad = 0; test_map(0); } #if M32_UNDO