added some internal configuration options for global animation properties
authorHolger Schemel <info@artsoft.org>
Tue, 9 Feb 2016 23:03:49 +0000 (00:03 +0100)
committerHolger Schemel <info@artsoft.org>
Tue, 9 Feb 2016 23:03:49 +0000 (00:03 +0100)
src/conf_gfx.c

index 18d12dd9f10a40f371857ced967d192aaa6601e4..6d4c8bb7a836afceebc8a9f2ae9b70c51303462f 100644 (file)
@@ -4609,6 +4609,11 @@ struct ConfigInfo image_config[] =
   { "global.anim_7",                           UNDEFINED_FILENAME      },
   { "global.anim_8",                           UNDEFINED_FILENAME      },
 
+  { "internal.global.toon_default",            UNDEFINED_FILENAME      },
+  { "internal.global.toon_default.anim_mode",  "random"                },
+
+  { "internal.global.anim_default",            UNDEFINED_FILENAME      },
+
   { "menu.calibrate_red",                      "RocksElements.png"     },
   { "menu.calibrate_red.xpos",                 "12"                    },
   { "menu.calibrate_red.ypos",                 "8"                     },