Commented out debug console.
authorpavle <[email protected]>
Fri, 18 Jan 2019 17:55:32 +0000 (18 18:55 +0100)
committerpavle <[email protected]>
Fri, 18 Jan 2019 17:55:32 +0000 (18 18:55 +0100)
gbg.bas

diff --git a/gbg.bas b/gbg.bas
index 760f411..b4e0b6c 100644 (file)
--- a/gbg.bas
+++ b/gbg.bas
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <https://www.gnu.org/licenses/>.
 '/
 
-Open Cons For Output As #3 ' debug
+'Open Cons For Output As #3 ' debug
 
 #include "fbgfx.bi"
 Using fb
@@ -781,7 +781,7 @@ End Sub
 Sub quit()
        ImageDestroy(tilesimg)
        ImageDestroy(scoreimg)
-       Close #3
+       'Close #3       'Debug
        End
 End Sub