summaryrefslogtreecommitdiff
path: root/games/xdeblock/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xdeblock/files/patch-ab')
-rw-r--r--games/xdeblock/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xdeblock/files/patch-ab b/games/xdeblock/files/patch-ab
new file mode 100644
index 000000000000..07dd0937db43
--- /dev/null
+++ b/games/xdeblock/files/patch-ab
@@ -0,0 +1,19 @@
+*** main.c.orig Sat Nov 16 05:37:16 1996
+--- main.c Wed Mar 5 03:11:37 1997
+***************
+*** 66,72 ****
+ /*** set s_map ***/
+ gameMainFlg.s_map = False;
+ nowDataRec.nowMap.gameSpeed = 90;
+! nowDataRec.nowMap.dirname[0] == 0x00;
+
+ for(i =1; i < argc; i++)
+ {
+--- 66,72 ----
+ /*** set s_map ***/
+ gameMainFlg.s_map = False;
+ nowDataRec.nowMap.gameSpeed = 90;
+! strcpy(nowDataRec.nowMap.dirname, "/usr/X11R6/lib/X11/xdeblock/mapf");
+
+ for(i =1; i < argc; i++)
+ {