Fix some linux build stuff

This commit is contained in:
Marijn van der Werf 2016-09-03 12:47:50 +02:00
parent f5db036efd
commit 16cf28da36
1 changed files with 2 additions and 1 deletions

View File

@ -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) {