From ae956a2867503d7c9b04ec1a82793d753a13ee3c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 19 Mar 2021 01:36:34 +0100 Subject: [PATCH] - fixed compilation --- source/build/src/engine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/build/src/engine.cpp b/source/build/src/engine.cpp index f775d0fd5..453bd70b4 100644 --- a/source/build/src/engine.cpp +++ b/source/build/src/engine.cpp @@ -29,7 +29,7 @@ #include "inputstate.h" #include "printf.h" #include "gamecontrol.h" -#include "render.h" +#include "rendering/render.h" #include "gamefuncs.h" #ifdef USE_OPENGL @@ -1600,7 +1600,7 @@ void twod_rotatesprite(F2DDrawer *twod, int32_t sx, int32_t sy, int32_t z, int16 } else #endif - if (!pic) tileUpdatePicnum(&picnum, 0); + //if (!pic) tileUpdatePicnum(&picnum, 0, 0);