mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3b5afbbdfb
The game of moria is a single player dungeon simulation. A player may choose from a number of races and classes when creating a character, and then `run' that character over a period of days, weeks, even months, attempting to win the game by defeating the Balrog which lurks in the deeper levels. The player will begin his adventure on the town level where he may acquire supplies, weapons, armor, and magical devices by bartering with various shop owners. After preparing for his adventure, the player can descend into the dungeons of moria where fantastic adventures await his coming! WWW: http://www-math.bgsu.edu/~grabine/moria.html
41 lines
1.4 KiB
C
41 lines
1.4 KiB
C
$FreeBSD$
|
|
|
|
--- source/config.h Thu Jul 21 19:47:13 1994
|
|
+++ source/config.h Tue Aug 5 10:04:39 2003
|
|
@@ -14,7 +14,7 @@
|
|
|
|
/* Person to bother if something goes wrong. */
|
|
/* Recompile files.c and misc2.c if this changes. */
|
|
-#define WIZARD "David Grabiner"
|
|
+#define WIZARD "root"
|
|
/* The wizard password and wizard uid are no longer used. */
|
|
|
|
|
|
@@ -200,16 +200,16 @@
|
|
|
|
/* This must be unix; change MORIA_LIB as appropriate. */
|
|
#define MORIA_SAV "moria.save"
|
|
-#define MORIA_LIB(xxx) "/home/math/grabiner/moria/files/xxx"
|
|
-#define MORIA_HOU MORIA_LIB(hours)
|
|
-#define MORIA_MOR MORIA_LIB(news)
|
|
-#define MORIA_TOP MORIA_LIB(scores)
|
|
-#define MORIA_HELP MORIA_LIB(roglcmds.hlp)
|
|
-#define MORIA_ORIG_HELP MORIA_LIB(origcmds.hlp)
|
|
-#define MORIA_WIZ_HELP MORIA_LIB(rwizcmds.hlp)
|
|
-#define MORIA_OWIZ_HELP MORIA_LIB(owizcmds.hlp)
|
|
-#define MORIA_WELCOME MORIA_LIB(welcome.hlp)
|
|
-#define MORIA_VER MORIA_LIB(version.hlp)
|
|
+#define MORIA_LIB(xxx) "%%PREFIX%%/share/moria/" xxx
|
|
+#define MORIA_HOU MORIA_LIB("hours")
|
|
+#define MORIA_MOR MORIA_LIB("news")
|
|
+#define MORIA_TOP MORIA_LIB("scores")
|
|
+#define MORIA_HELP MORIA_LIB("roglcmds.hlp")
|
|
+#define MORIA_ORIG_HELP MORIA_LIB("origcmds.hlp")
|
|
+#define MORIA_WIZ_HELP MORIA_LIB("rwizcmds.hlp")
|
|
+#define MORIA_OWIZ_HELP MORIA_LIB("owizcmds.hlp")
|
|
+#define MORIA_WELCOME MORIA_LIB("welcome.hlp")
|
|
+#define MORIA_VER MORIA_LIB("version.hlp")
|
|
|
|
#endif
|
|
#endif
|