changed initial busy animation position to screen center by default
[rocksndiamonds.git] / src / conf_gfx.c
index f2ddadfda4fcab17151e74edcf21c571183524c4..589d89df3df3a546578a3fa487563e82ccc1afcf 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"                },