From 16cf28da36ab9d9ec51fb04ef53f870526145038 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Sat, 3 Sep 2016 12:47:50 +0200 Subject: [PATCH] Fix some linux build stuff --- PaintTest/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PaintTest/main.c b/PaintTest/main.c index 4a3449e074..e8605f5245 100644 --- a/PaintTest/main.c +++ b/PaintTest/main.c @@ -15,6 +15,7 @@ #pragma endregion #include "../src/paint/paint.h" +#include "../src/paint/supports.h" #include "../src/ride/track_data.h" #include "../src/interface/viewport.h" #include "../src/hook.h" @@ -432,7 +433,7 @@ static void printFunctionCall(utf8string *out, function_call call) { imageId, call.paint.offset.x, call.paint.offset.y, call.paint.bound_box_length.x, call.paint.bound_box_length.y, call.paint.bound_box_length.z, - call.paint.z_offset, + call.paint.z_offset ); if (call.function != PAINT_98196C) {