1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-25 11:46:15 +00:00

Merge branch 'QB64-Phoenix-Edition:main' into miniaudio-fixes

This commit is contained in:
Samuel Gomes 2022-11-28 00:46:45 +05:30 committed by GitHub
commit 8d0531211a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1226,7 +1226,7 @@ file$ = f$
fullrecompile:
IF NOT QuietMode THEN
IF idemode = 0 AND NOT QuietMode THEN
PRINT
PRINT "Beginning C++ output from QB64 code... "
END IF