Rename the dungeons.
[rogue-pphs.git] / init.c
diff --git a/init.c b/init.c
index be6ce7a..b21fe71 100644 (file)
--- a/init.c
+++ b/init.c
@@ -3,7 +3,7 @@
  *\r
  * @(#)init.c  3.33 (Berkeley) 6/15/81\r
  *\r
- * Rogue: Exploring the Dungeons of Doom\r
+ * Rogue: Exploring the Cavern of Cuties\r
  * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman\r
  * All rights reserved.\r
  *\r
@@ -48,7 +48,7 @@ char runch;                              /* Direction player is running */
 char whoami[80];                 /* Name of player */\r
 char fruit[80];                          /* Favorite fruit */\r
 char huh[80];                            /* The last message printed */\r
-int dnum;                                /* Dungeon number */\r
+int dnum;                                /* Cavern number */\r
 char *s_names[MAXSCROLLS];               /* Names of the scrolls */\r
 char *p_colors[MAXPOTIONS];              /* Colors of the potions */\r
 char *r_stones[MAXRINGS];                /* Stone settings of the rings */\r