diff urogue/newlvl.c @ 308:13b482bd9e66

Fix a few more miscellaneous compiler warnings.
author John "Elwin" Edwards
date Sat, 01 May 2021 09:51:30 -0400
parents e52a8a7ad4c5
children
line wrap: on
line diff
--- a/urogue/newlvl.c	Fri Apr 30 20:48:30 2021 -0400
+++ b/urogue/newlvl.c	Sat May 01 09:51:30 2021 -0400
@@ -37,7 +37,6 @@
     struct linked_list  *item, *nitem;
     struct thing    *tp;
     struct linked_list  *fpack = NULL;
-    int     going_down = TRUE;
     coord   stairs;
 
     /* Start player off right */
@@ -51,8 +50,6 @@
 
     if (level >= max_level)
         max_level = level;
-    else
-        going_down = FALSE;
 
     /* Free up the monsters on the last level */