repo.or.cz
/
generic-block-game.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
a4707b8
)
Commented out debug console.
author
pavle
<
[email protected]
>
Fri, 18 Jan 2019 17:55:32 +0000
(18 18:55 +0100)
committer
pavle
<
[email protected]
>
Fri, 18 Jan 2019 17:55:32 +0000
(18 18:55 +0100)
gbg.bas
patch
|
blob
|
blame
|
history
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