1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

<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>
This commit is contained in:
Maxim Sobolev 2001-03-11 09:45:49 +00:00
parent 637fd8c540
commit 3224cf07c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39573

View File

@ -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);