diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-11 09:45:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-11 09:45:49 +0000 |
commit | 6afb1f24869897014d2a0aff8c0192d8c0593880 (patch) | |
tree | 86d1aebedc9c7ceab5025584edaada5c0bce500b /games/ltris | |
parent | 957b6bad85cb6977330b88788f9c71fa56e139f2 (diff) | |
download | FreeBSD-ports-6afb1f24869897014d2a0aff8c0192d8c0593880.zip FreeBSD-ports-6afb1f24869897014d2a0aff8c0192d8c0593880.tar.gz |
<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>
Diffstat (limited to 'games/ltris')
-rw-r--r-- | games/ltris/files/patch-af | 13 |
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 0000000..52ea8a6 --- /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); |