Update of /cvsroot/win32forth/win32forth/apps/Console-Games
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13115
Modified Files:
tetris.f
Log Message:
Jos: Adapted to current state of Win32Forth
Index: tetris.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Console-Games/tetris.f,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tetris.f 16 Aug 2008 13:31:24 -0000 1.3
--- tetris.f 16 Sep 2008 08:31:29 -0000 1.4
***************
*** 410,418 ****
\ override default-hello to start
- in-console \ the application in a visible console
\ create the application
&forthdir count &appdir place \ in the Forth-directory
! 0 0 ' tt APPLICATION tetris.exe
1 pause-seconds bye
--- 410,417 ----
\ override default-hello to start
\ create the application
&forthdir count &appdir place \ in the Forth-directory
! ' tt save tetris.exe
1 pause-seconds bye
|