mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3417af1d25
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.
12 lines
397 B
Plaintext
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);
|