X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=init.c;fp=init.c;h=b21fe71ef40db155fa54566e66fcb1d9a0c9c235;hp=be6ce7ae30d79d28e8d088fc5a3981f4eb16a224;hb=a5ae529c042443657bd548d52084c3350edcf49e;hpb=e72b287ac5cdb287c541bdc052d13823afe4930d diff --git a/init.c b/init.c index be6ce7a..b21fe71 100644 --- a/init.c +++ b/init.c @@ -3,7 +3,7 @@ * * @(#)init.c 3.33 (Berkeley) 6/15/81 * - * Rogue: Exploring the Dungeons of Doom + * Rogue: Exploring the Cavern of Cuties * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * @@ -48,7 +48,7 @@ char runch; /* Direction player is running */ char whoami[80]; /* Name of player */ char fruit[80]; /* Favorite fruit */ char huh[80]; /* The last message printed */ -int dnum; /* Dungeon number */ +int dnum; /* Cavern number */ char *s_names[MAXSCROLLS]; /* Names of the scrolls */ char *p_colors[MAXPOTIONS]; /* Colors of the potions */ char *r_stones[MAXRINGS]; /* Stone settings of the rings */