diff options
Diffstat (limited to 'games/xdeblock/files/patch-main.c')
-rw-r--r-- | games/xdeblock/files/patch-main.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xdeblock/files/patch-main.c b/games/xdeblock/files/patch-main.c new file mode 100644 index 000000000000..d73228060bd5 --- /dev/null +++ b/games/xdeblock/files/patch-main.c @@ -0,0 +1,19 @@ +*** main.c.orig Sat Nov 16 14:37:16 1996 +--- main.c Thu Jan 15 00:00:00 2000 +*************** +*** 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, "%%PREFIX%%/lib/X11/xdeblock/mapf"); + + for(i =1; i < argc; i++) + { |