diff arogue7/passages.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/arogue7/passages.c	Fri Apr 30 20:48:30 2021 -0400
+++ b/arogue7/passages.c	Sat May 01 09:51:30 2021 -0400
@@ -216,7 +216,10 @@
 	offset = abs(spos.y - epos.y);
     }
     else
+    {
 	debug("error in connection tables");
+	return;
+    }
 
     /*
      * Draw in the doors on either side of the passage or just put #'s