mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-13 11:30:44 +00:00
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:
parent
c1a54c60db
commit
f7982e11c5
1 changed files with 1 additions and 0 deletions
|
@ -8155,6 +8155,7 @@ CANCEL:
|
||||||
}
|
}
|
||||||
else if (ch == 't' || ch == 'T')
|
else if (ch == 't' || ch == 'T')
|
||||||
{
|
{
|
||||||
|
bad = 0;
|
||||||
test_map(0);
|
test_map(0);
|
||||||
}
|
}
|
||||||
#if M32_UNDO
|
#if M32_UNDO
|
||||||
|
|
Loading…
Reference in a new issue