rnd-20060226-4-src
[rocksndiamonds.git] / src / libgame / setup.c
index c96316f6e56fb4d9e117bb0a74a0a4f1b3980d73..396939e7a64d8728223e21220695d54d6b95424c 100644 (file)
@@ -2645,6 +2645,9 @@ char *getSetupValue(int type, void *value)
       break;
   }
 
+  if (type & TYPE_GHOSTED)
+    strcpy(value_string, "n/a");
+
   return value_string;
 }