added options "game.forced_scroll_x" and "game.forced_scroll_y"
[rocksndiamonds.git] / src / conf_gfx.c
index 0fe69a8d2301f97ef5985fbd44c9f2f96bf7b1b7..73eb60dbcd3f70232e43956a874275bf086e9139 100644 (file)
@@ -10077,6 +10077,8 @@ struct ConfigInfo image_config[] =
 
   { "game.graphics_engine_version",            "-1"                    },
   { "game.forced_scroll_delay_value",          "-1"                    },
+  { "game.forced_scroll_x",                    ARG_UNDEFINED           },
+  { "game.forced_scroll_y",                    ARG_UNDEFINED           },
   { "game.use_native_emc_graphics_engine",     "false"                 },
   { "game.use_native_sp_graphics_engine",      "true"                  },
   { "game.use_masked_pushing",                 "false"                 },