1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xbill/files/patch-ad
David E. O'Brien 3417af1d25 Upgrade to 2.0. More OS's, and now machiens are networked.
In playing this game, I found that our friend Chuck didn't come up as often
as before.  There are more OS's now, and Linux was represented by both
the Pinguin and Red Hat.  So I replaced "Red Hat" with a second "BSD".

The game often produces an error screen when bill wins.  But scores
are saved ok, and it plays fine.

Upgraded with permission of the Maintainer.
1997-02-12 10:26:44 +00:00

12 lines
397 B
Plaintext

--- Library.cc.orig Thu Jan 23 08:22:50 1997
+++ Library.cc Wed Feb 12 00:51:28 1997
@@ -3,7 +3,7 @@
void Library::load_pix() {
int i;
char *name[] = {"wingdows", "apple", "next", "sgi", "sun", "os2",
- "bsd", "linux", "redhat", "hurd"};
+ "bsd", "linux", "bsd", "hurd"};
for (i=0; i <= NUM_OS; i++) {
os[i].load(name[i]);
if (i) cursor[i].load(name[i], cursor[i].OWN_MASK);