]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/options.c
(PLANENAMES, opt_PLANENAMES, Options, plchrstr, plchr_ca, plchr,
[empserver] / src / lib / global / options.c
index 4eaf980812d7720c9e2289a2c268632b73e4f602..02051d3ebeea9b78ef16e7401f088628d380206c 100644 (file)
@@ -93,12 +93,6 @@ int opt_NO_OIL = 1;
 int opt_NO_OIL = 0;
 #endif
 
-#ifdef PLANENAMES
-int opt_PLANENAMES = 1;
-#else
-int opt_PLANENAMES = 0;
-#endif
-
 #ifdef LANDSPIES
 int opt_LANDSPIES = 1;
 #else
@@ -329,7 +323,6 @@ struct option_list Options[] = {
     {"NUKEFAILDETONATE", &opt_NUKEFAILDETONATE},
     {"ORBIT", &opt_ORBIT},
     {"PINPOINTMISSILE", &opt_PINPOINTMISSILE},
-    {"PLANENAMES", &opt_PLANENAMES},
     {"RES_POP", &opt_RES_POP},
     {"SAIL", &opt_SAIL},
     {"SHIPNAMES", &opt_SHIPNAMES},