summaryrefslogtreecommitdiff
path: root/games/craft/patches/patch-ae
diff options
context:
space:
mode:
authorgarbled <garbled>1998-10-13 00:37:33 +0000
committergarbled <garbled>1998-10-13 00:37:33 +0000
commitefd14ca22b4b2fabd750e7658d3bbbe8b07a31b7 (patch)
tree9fc3522556c95176fbe7e36cb3a125508fc9dcbc /games/craft/patches/patch-ae
parente285677be36871a2e937de79a03aabe07e90c07e (diff)
downloadpkgsrc-efd14ca22b4b2fabd750e7658d3bbbe8b07a31b7.tar.gz
Initial import of craft-3.5
a Warcraft-like game for X11
Diffstat (limited to 'games/craft/patches/patch-ae')
-rw-r--r--games/craft/patches/patch-ae20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/craft/patches/patch-ae b/games/craft/patches/patch-ae
new file mode 100644
index 00000000000..80bb94d6f7f
--- /dev/null
+++ b/games/craft/patches/patch-ae
@@ -0,0 +1,20 @@
+$NetBSD: patch-ae,v 1.1.1.1 1998/10/13 00:37:33 garbled Exp $
+--- setupedit.hc.orig Thu Sep 24 10:09:51 1998
++++ setupedit.hc Thu Sep 24 10:10:11 1998
+@@ -36,11 +36,11 @@
+ {cmap *m [5];
+ char s [128];
+
+- sprintf (s, "hcraft/pic.%d", xpic_pawn_idle); m [0] = new cmap (w, s);
+- sprintf (s, "hcraft/pic.%d", xpic_knight_idle); m [1] = new cmap (w, s);
+- sprintf (s, "hcraft/pic.%d", xpic_archer_idle); m [2] = new cmap (w, s);
+- sprintf (s, "hcraft/pic.%d", xpic_cata_idle); m [3] = new cmap (w, s);
+- sprintf (s, "hcraft/pic.%d", xpic_doktor_idle); m [4] = new cmap (w, s);
++ sprintf (s, "@PREFIX@/share/craft/hcraft/pic.%d", xpic_pawn_idle); m [0] = new cmap (w, s);
++ sprintf (s, "@PREFIX@/share/craft/hcraft/pic.%d", xpic_knight_idle); m [1] = new cmap (w, s);
++ sprintf (s, "@PREFIX@/share/craft/hcraft/pic.%d", xpic_archer_idle); m [2] = new cmap (w, s);
++ sprintf (s, "@PREFIX@/share/craft/hcraft/pic.%d", xpic_cata_idle); m [3] = new cmap (w, s);
++ sprintf (s, "@PREFIX@/share/craft/hcraft/pic.%d", xpic_doktor_idle); m [4] = new cmap (w, s);
+ m [0]->show (80, 50 - 20);
+ m [1]->show (80, 100 - 20);
+ m [2]->show (80, 150 - 20);