fixed Makefile for distribution package (which has no Makefile for graphics)
[rocksndiamonds.git] / src / conf_gfx.c
index f2ddadfda4fcab17151e74edcf21c571183524c4..15a3b244e9d6e0e016eb6e8e9d931872fac8609a 100644 (file)
@@ -6129,8 +6129,8 @@ struct ConfigInfo image_config[] =
 
   { "border.draw_masked_when_fading",          "true"                  },
 
-  { "init.busy.x",                             "336"                   },
-  { "init.busy.y",                             "280"                   },
+  { "init.busy.x",                             "-1"                    },
+  { "init.busy.y",                             "-1"                    },
   { "init.busy.align",                         "center"                },
   { "init.busy.valign",                                "middle"                },
 
@@ -7692,6 +7692,7 @@ struct ConfigInfo image_config[] =
 
   { "global.use_envelope_request",             "false"                 },
 
+  { "game.graphics_engine_version",            "-1"                    },
   { "game.forced_scroll_delay_value",          "-1"                    },
   { "game.use_native_emc_graphics_engine",     "false"                 },
   { "game.use_native_sp_graphics_engine",      "true"                  },