summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index d0e4a593a0..5c915c92f2 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -813,7 +813,7 @@ int highscore;
813#define MAX_POINTS 200000 /* i dont think it needs to be more */ 813#define MAX_POINTS 200000 /* i dont think it needs to be more */
814static struct configdata config[] = 814static struct configdata config[] =
815{ 815{
816 {TYPE_INT, 0, MAX_POINTS, &highscore, "highscore", NULL, NULL} 816 {TYPE_INT, 0, MAX_POINTS, { .int_p = &highscore }, "highscore", NULL}
817}; 817};
818 818
819void int_game(int new_game) 819void int_game(int new_game)