1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Prevents endless loop with F8 key (start paused).

This commit is contained in:
FellippeHeitor 2021-07-21 00:13:55 -03:00
parent 1cad7db996
commit fc95dd4d9e

View file

@ -1574,6 +1574,7 @@ FUNCTION ide2 (ignore)
END IF
IF KB = KEY_F8 OR startPausedPending = -1 THEN
startPausedPending = 0
GOTO startPausedMenuHandler
END IF