rnd-20070207-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index 333a842624df92f9c065d925aadd9d66ffaec6bb..4f126bc033a446cc353581511ada21a7af7c4ca2 100644 (file)
@@ -4948,6 +4948,20 @@ struct ConfigInfo image_config[] =
   /* the following directives are not associated with an image, but
      probably make sense to be defined in "graphicsinfo.conf", too */
 
+#if 0
+  { "titlemessage_1.x",                                "-1"                    },
+  { "titlemessage_1.y",                                "-1"                    },
+  { "titlemessage_1.width",                    "-1"                    },
+  { "titlemessage_1.height",                   "-1"                    },
+  { "titlemessage_1.chars",                    "-1"                    },
+  { "titlemessage_1.lines",                    "-1"                    },
+  { "titlemessage_1.align",                    "-1"                    },
+  { "titlemessage_1.autowrap",                 "-1"                    },
+  { "titlemessage_1.centered",                 "-1"                    },
+  { "titlemessage_1.skip_comments",            "-1"                    },
+  { "titlemessage_1.sort_priority",            "-1"                    },
+#endif
+
   { "global.num_toons",                                "20"                    },
 
   { "border.draw_masked.TITLE",                        "false"                 },
@@ -5077,9 +5091,11 @@ struct ConfigInfo image_config[] =
   { "main.text.level_info_1.x",                        "272"                   },
   { "main.text.level_info_1.y",                        "352"                   },
   { "main.text.level_info_1.align",            "center"                },
+  { "main.text.level_info_1.chars",            "-1"                    },
   { "main.text.level_info_2.x",                        "272"                   },
   { "main.text.level_info_2.y",                        "523"                   },
   { "main.text.level_info_2.align",            "center"                },
+  { "main.text.level_info_2.chars",            "-1"                    },
   { "main.text.title_1.x",                     "272"                   },
   { "main.text.title_1.y",                     "8"                     },
   { "main.text.title_1.align",                 "center"                },