1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Reset compfailed to 0 when the source is edited again.

This commit is contained in:
FellippeHeitor 2017-10-15 20:00:12 -03:00
parent 677f5cd2ea
commit 23406bc4d4

View file

@ -1082,6 +1082,7 @@ FUNCTION ide2 (ignore)
idechangemade = 0
idechangedbefore = -1
IDECompilationRequested = 0
compfailed = 0
IF ideunsaved = -1 THEN ideunsaved = 0 ELSE ideunsaved = 1
IF idenoundo = 0 THEN