Publish more things on the website.
[open-adventure.git] / init.c
diff --git a/init.c b/init.c
index addf41895ab170d5851be9a6983a39c14536e39d..79284d6a7ff7cf490ba83602f99776bd0e167af3 100644 (file)
--- a/init.c
+++ b/init.c
@@ -176,7 +176,7 @@ void initialise(void)
         printf("Initialising...\n");
 
     for (int i = 1; i <= NOBJECTS; i++) {
-        game.place[i] = NOWHERE;
+        game.place[i] = LOC_NOWHERE;
         game.prop[i] = 0;
         game.link[i + NOBJECTS] = game.link[i] = 0;
     }
@@ -350,7 +350,7 @@ void initialise(void)
      * game.iwest      How many times he's said "west" instead of "w"
      * game.knfloc     0 if no knife here, loc if knife here, -1 after caveat
      * game.limit      Lifetime of lamp (not set here)
-     * MAXDIE          Number of reincarnation messages available (up to 5)
+     * maximum_deaths          Number of reincarnation messages available (up to 5)
      * game.numdie     Number of times killed so far
      * game.thresh     Next #turns threshhold (-1 if none)
      * game.trndex     Index in TRNVAL of next threshold (db section 14)