aboutsummaryrefslogtreecommitdiff
path: root/games/ltris
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-11 09:45:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-11 09:45:49 +0000
commit3224cf07c50d21a689983e667cd1d69219282673 (patch)
treecb6a5861530fb5acc80759fac5698c9f04dc5923 /games/ltris
parent637fd8c540066d4c84f547fd8f7c6553a082ed08 (diff)
downloadports-3224cf07c50d21a689983e667cd1d69219282673.tar.gz
ports-3224cf07c50d21a689983e667cd1d69219282673.zip
<cvs sucks>
For some strange reasons cvs refused to cvs add back erroneously cvs rm'ed file without doing cvs ci in the middle. *sigh* </cvs sucks>
Notes
Notes: svn path=/head/; revision=39573
Diffstat (limited to 'games/ltris')
-rw-r--r--games/ltris/files/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/ltris/files/patch-af b/games/ltris/files/patch-af
new file mode 100644
index 000000000000..52ea8a6a8a68
--- /dev/null
+++ b/games/ltris/files/patch-af
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- ltris/tetris.cpp 2001/03/11 09:32:03 1.1
++++ ltris/tetris.cpp 2001/03/11 09:33:01
+@@ -84,6 +84,7 @@
+ init_data.help = 0;
+ init_data.bl_by_bl = 0;
+ init_data.fullscreen = 0;
++ init_data.slow = 0;
+ }
+ else
+ fread(&init_data, sizeof(InitData), 1, f);