diff options
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); |