From 4f852d1ea5a9181efbf5041f2953459ae8a41d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 21 Feb 2017 07:29:06 +0100 Subject: [PATCH] Fix testpaint target for new config --- test/testpaint/compat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/testpaint/compat.c b/test/testpaint/compat.c index f2bfd71e1e..9260c53e97 100644 --- a/test/testpaint/compat.c +++ b/test/testpaint/compat.c @@ -72,8 +72,7 @@ int object_entry_group_counts[] = { 1 // scenario text }; - -general_configuration gConfigGeneral; +GeneralConfiguration gConfigGeneral; uint16 gMapSelectFlags; uint16 gMapSelectType; rct_xy16 gMapSelectPositionA;