mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
32 lines
862 B
Plaintext
32 lines
862 B
Plaintext
|
--- xtet42.c.orig Mon Feb 15 00:37:09 1999
|
||
|
+++ xtet42.c Mon Feb 15 00:39:51 1999
|
||
|
@@ -67,23 +67,23 @@
|
||
|
#endif
|
||
|
|
||
|
#ifndef _Lock
|
||
|
-#define _Lock "/local/games/lib/xtet42/.xtet42.lock"
|
||
|
+#define _Lock "/usr/X11R6/lib/X11/xtet42/.xtet42.lock"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _Unlock
|
||
|
-#define _Unlock "/local/games/lib/xtet42/.xtet42.unlock"
|
||
|
+#define _Unlock "/usr/X11R6/lib/X11/xtet42/.xtet42.unlock"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _Log
|
||
|
-#define _Log "/local/games/lib/xtet42/.xtet42.log"
|
||
|
+#define _Log "/usr/X11R6/lib/X11/xtet42/.xtet42.log"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _Hiscore
|
||
|
-#define _Hiscore "/local/games/lib/xtet42/.xtet42.hiscore"
|
||
|
+#define _Hiscore "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _Hione
|
||
|
-#define _Hione "/local/games/lib/xtet42/.xtet42.hiscore.single"
|
||
|
+#define _Hione "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore.single"
|
||
|
#endif
|
||
|
|
||
|
static int bricks[7][4][4][4]=
|