1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 21:10:23 +00:00

Fixes $EXEICON to work when $CHECKING:OFF is enabled.

This commit is contained in:
FellippeHeitor 2020-02-06 11:49:49 -03:00
parent 1a5fbd078a
commit 03ba53e9c5

View file

@ -3123,7 +3123,7 @@ DO
ExeIconSet = linenumber
SetDependency DEPENDENCY_ICON
PRINT #12, "do{"
IF NoChecks = 0 THEN PRINT #12, "do{"
PRINT #12, "sub__icon(NULL,NULL,0);"
GOTO finishedline2
END IF