blob: 46e85db9e2a5ae9e79c57763a90a42b2fc5d8554 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
--- include/config.h.orig Tue Oct 29 11:58:02 1996
+++ include/config.h Fri Nov 1 13:13:05 1996
@@ -174,6 +174,8 @@
#define FULL_RING_DESCRIPTION
+#define SHOP_LISTINGS
+
/* if EXPLORE_MODE is defined, it allows players to enter explore mode,
* where they can not die. Unlike other games (nethack for instance) explore
* modes, the only thing Crossfire explore mode does is prevent death.
@@ -305,7 +307,7 @@
*/
#ifndef DM_MAIL
-/* #define DM_MAIL "master@rahul.net" */
+#define DM_MAIL "master@rahul.net"
#endif
/*
@@ -499,10 +501,10 @@
/* CF 0.91.6 - SAVE_PLAYER now standard part of game */
/*#define SAVE_PLAYER*/
-/* #define SAVE_HOMEDIR */
+#define SAVE_HOMEDIR
/* #define LOCK_PLAYER */
#define USE_CHECKSUM
-/* #define ENABLE_CHECKSUM */ /* Will be default in distant future versions */
+#define ENABLE_CHECKSUM /* Will be default in distant future versions */
#ifndef PLAYERDIR
#define PLAYERDIR "players"
|