1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 07:00:23 +00:00

Fix MENU ITEM [Run #Only (No EXE) NOT IMPLEMENTED!

This commit is contained in:
Samuel Gomes 2023-10-05 22:20:38 +05:30
parent 82ecfc09c7
commit bc8047563e

View file

@ -5928,7 +5928,7 @@ FUNCTION ide2 (ignore)
GOTO idemrun
END IF
IF menu$(m, s) = "Run only (No exe)" THEN
IF menu$(m, s) = "Run #Only (No EXE)" THEN
PCOPY 3, 0: SCREEN , , 3, 0
NoExeSaved = -1
startPaused = 0