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
This commit is contained in:
helixhorned 2015-08-29 17:43:40 +00:00
parent c1a54c60db
commit f7982e11c5

View file

@ -8155,6 +8155,7 @@ CANCEL:
}
else if (ch == 't' || ch == 'T')
{
bad = 0;
test_map(0);
}
#if M32_UNDO