]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/diag.c
oops, we do need privs. do the right seteuid() thing.
[bsdgames-darwin.git] / larn / diag.c
index e069e60980c922d7ca5c400f74bfc6451a6c46a3..e9ca595322045c1e3495079b422e326e49088cdd 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
-static char rcsid[] = "$Id: diag.c,v 1.3 1993/08/02 17:19:58 mycroft Exp $";
+static char rcsid[] = "$NetBSD: diag.c,v 1.6 1995/04/24 12:23:49 cgd Exp $";
 #endif /* not lint */
 
 /*     diag.c          Larn is copyrighted 1986 by Noah Morgan. */
@@ -82,9 +82,9 @@ diag()
                }
 
        lprcat("\n\nHere's the list of available potions:\n\n");
-       for (i=0; i<MAXPOTION; i++)     lprintf("%20s\n",&potionname[i][1]);
+       for (i=0; i<MAXPOTION; i++)     lprintf("%20s\n",&potionhide[i][1]);
        lprcat("\n\nHere's the list of available scrolls:\n\n");
-       for (i=0; i<MAXSCROLL; i++)     lprintf("%20s\n",&scrollname[i][1]);
+       for (i=0; i<MAXSCROLL; i++)     lprintf("%20s\n",&scrollhide[i][1]);
        lprcat("\n\nHere's the spell list:\n\n");
        lprcat("spell          name           description\n");
        lprcat("-------------------------------------------------------------------------------------------\n\n");
@@ -148,7 +148,7 @@ diagdrawscreen()
 /*
        to save the game in a file
  */
-static long int zzz=0;
+static time_t zzz=0;
 savegame(fname)
        char *fname;
        {