|
|
@ -1,37 +1,18 @@ |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# Please add additional copyright information _after_ the line containing |
|
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
|
|
# |
|
|
|
# ROCK Linux: rock-src/package/rene/bsd-games/delay_output-sym.patch |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|
|
|
# |
|
|
|
# This patch file is dual-licensed. It is available under the license the |
|
|
|
# patched project is licensed under, as long as it is an OpenSource license |
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
|
|
# of the GNU General Public License as published by the Free Software |
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
|
|
# version. |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
diff -urN -x '*~' bsd-games-2.14/hack/extern.h bsd-games-2.14-fix/hack/extern.h
|
|
|
|
--- bsd-games-2.14/hack/extern.h 2003-03-28 11:51:54.000000000 +0100
|
|
|
|
+++ bsd-games-2.14-fix/hack/extern.h 2003-10-02 03:56:10.000000000 +0200
|
|
|
|
diff -ruN bsd-games-2.16/hack/extern.h bsd-games-2.16-new/hack/extern.h
|
|
|
|
--- bsd-games-2.16/hack/extern.h 2004-01-27 21:51:11.000000000 +0100
|
|
|
|
+++ bsd-games-2.16-new/hack/extern.h 2005-05-17 23:16:15.000000000 +0200
|
|
|
|
@@ -511,7 +511,7 @@
|
|
|
|
void standoutend __P((void)); |
|
|
|
void backsp __P((void)); |
|
|
|
void bell __P((void)); |
|
|
|
-void delay_output __P((void));
|
|
|
|
+void delay_output_my __P((void));
|
|
|
|
void cl_eos __P((void)); |
|
|
|
void standoutend(void); |
|
|
|
void backsp(void); |
|
|
|
void bell(void); |
|
|
|
-void delay_output(void);
|
|
|
|
+void delay_output_my(void);
|
|
|
|
void cl_eos(void); |
|
|
|
|
|
|
|
/* hack.timeout.c */ |
|
|
|
diff -urN -x '*~' bsd-games-2.14/hack/hack.pri.c bsd-games-2.14-fix/hack/hack.pri.c
|
|
|
|
--- bsd-games-2.14/hack/hack.pri.c 2003-03-29 13:05:30.000000000 +0100
|
|
|
|
+++ bsd-games-2.14-fix/hack/hack.pri.c 2003-10-02 03:56:22.000000000 +0200
|
|
|
|
diff -ruN bsd-games-2.16/hack/hack.pri.c bsd-games-2.16-new/hack/hack.pri.c
|
|
|
|
--- bsd-games-2.16/hack/hack.pri.c 2004-01-26 03:08:30.000000000 +0100
|
|
|
|
+++ bsd-games-2.16-new/hack/hack.pri.c 2005-05-17 23:16:15.000000000 +0200
|
|
|
|
@@ -171,7 +171,7 @@
|
|
|
|
return; |
|
|
|
} |
|
|
@ -41,9 +22,18 @@ diff -urN -x '*~' bsd-games-2.14/hack/hack.pri.c bsd-games-2.14-fix/hack/hack.pr |
|
|
|
prl(prevx, prevy); /* in case there was a monster */ |
|
|
|
at(prevx, prevy, levl[prevx][prevy].scrsym); |
|
|
|
} |
|
|
|
diff -urN -x '*~' bsd-games-2.14/hack/hack.termcap.c bsd-games-2.14-fix/hack/hack.termcap.c
|
|
|
|
--- bsd-games-2.14/hack/hack.termcap.c 2003-03-29 13:05:30.000000000 +0100
|
|
|
|
+++ bsd-games-2.14-fix/hack/hack.termcap.c 2003-10-02 03:56:30.000000000 +0200
|
|
|
|
@@ -218,7 +218,7 @@
|
|
|
|
/* normal call */ |
|
|
|
if (cansee(x, y)) { |
|
|
|
if (cnt) |
|
|
|
- delay_output();
|
|
|
|
+ delay_output_my();
|
|
|
|
at(x, y, let); |
|
|
|
tc[cnt].x = x; |
|
|
|
tc[cnt].y = y; |
|
|
|
diff -ruN bsd-games-2.16/hack/hack.termcap.c bsd-games-2.16-new/hack/hack.termcap.c
|
|
|
|
--- bsd-games-2.16/hack/hack.termcap.c 2003-12-17 03:46:37.000000000 +0100
|
|
|
|
+++ bsd-games-2.16-new/hack/hack.termcap.c 2005-05-17 23:16:15.000000000 +0200
|
|
|
|
@@ -326,7 +326,7 @@
|
|
|
|
} |
|
|
|
|
|
|
|