]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/options.c
Declare all configuration parameters in optlist.h. Remove some
[empserver] / src / lib / global / options.c
index 7c193fbef62af784721937cc43fc4c2f4efcd4ff..8e8f06886f9b05ededcd0e0d6120851b95fcf62b 100644 (file)
@@ -286,9 +286,9 @@ int opt_NUKEFAILDETONATE = 0;
 #endif
 
 #ifdef SHIPNAMES
-int opt_SHIPNAMES = 1;         /* not used currently */
+int opt_SHIPNAMES = 1;
 #else
-int opt_SHIPNAMES = 0;         /* not used currently */
+int opt_SHIPNAMES = 0;
 #endif
 
 #ifdef NEUTRON