SOURCES: tetrix-scoresfile.patch (NEW) - sets path of scores file

pawelz pawelz at pld-linux.org
Sat Aug 9 00:13:22 CEST 2008


Author: pawelz                       Date: Fri Aug  8 22:13:22 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sets path of scores file

---- Files affected:
SOURCES:
   tetrix-scoresfile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tetrix-scoresfile.patch
diff -u /dev/null SOURCES/tetrix-scoresfile.patch:1.1
--- /dev/null	Sat Aug  9 00:13:22 2008
+++ SOURCES/tetrix-scoresfile.patch	Sat Aug  9 00:13:16 2008
@@ -0,0 +1,12 @@
+diff -Naur tetrix-2.2/tet.c tetrix-2.2.b/tet.c
+--- tetrix-2.2/tet.c	2003-12-29 21:29:29.000000000 +0100
++++ tetrix-2.2.b/tet.c	2008-08-09 01:51:49.000000000 +0200
+@@ -32,7 +32,7 @@
+ # define LLC	dispchars[4]	/* lower left corner	*/
+ # define LRC	dispchars[5]	/* lower right corner	*/
+ 
+-#define SCORE_FILE	"/usr/tmp/.TetScores"
++#define SCORE_FILE	"/var/games/tetrix.scores"
+ char ScoreString[SCORELEN];
+ struct ScoreStruct {
+ 	char Name[NAMELEN];
================================================================


More information about the pld-cvs-commit mailing list