diff xrogue/rip.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/xrogue/rip.c	Fri Apr 30 20:48:30 2021 -0400
+++ b/xrogue/rip.c	Sat May 01 09:51:30 2021 -0400
@@ -420,6 +420,7 @@
                     (flags == WINNER) ? (short) max_level : (short) level,
                     monst, player.t_ctype, thissys, login)
                 ) {
+#ifdef NETCOMMAND
                 /* Send this update to the other systems in the network */
                 int i, j;
                 char cmd[256];  /* Command for remote execution */
@@ -472,6 +473,7 @@
                             (void) pclose(rmf);
                         }
                     }
+#endif
             }
         }
     }