X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_var.c;h=f0993e6e4832d8c337af80dcc8b067dcb2f36ffe;hb=041e5e848c15b4a07020a6d9fe392fcda53d72a8;hp=4a6389ad826491c77359b4429925038f8c73162b;hpb=42fb5f9da1e64e9c604ca1a8e6d1bde8fa1a5b58;p=rocksndiamonds.git diff --git a/src/conf_var.c b/src/conf_var.c index 4a6389ad..f0993e6e 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -2748,6 +2748,38 @@ struct TokenIntPtrInfo image_config_vars[] = "game.panel.score.draw_order", &game.panel.score.sort_priority }, + { + "game.panel.highscore.x", + &game.panel.highscore.x + }, + { + "game.panel.highscore.y", + &game.panel.highscore.y + }, + { + "game.panel.highscore.align", + &game.panel.highscore.align + }, + { + "game.panel.highscore.valign", + &game.panel.highscore.valign + }, + { + "game.panel.highscore.digits", + &game.panel.highscore.size + }, + { + "game.panel.highscore.font", + &game.panel.highscore.font + }, + { + "game.panel.highscore.draw_masked", + &game.panel.highscore.draw_masked + }, + { + "game.panel.highscore.draw_order", + &game.panel.highscore.sort_priority + }, { "game.panel.time.x", &game.panel.time.x