1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

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

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