1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ae,v 1.2 2001/12/19 10:26:47 tron 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);
|