From 56834dee6b9b7c9aaa5c823406c03fb2275a3786 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 21 May 2020 11:59:52 +0200 Subject: [PATCH] - 2D animation fix. --- source/build/src/engine.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/build/src/engine.cpp b/source/build/src/engine.cpp index e90ff93e1..be7996233 100644 --- a/source/build/src/engine.cpp +++ b/source/build/src/engine.cpp @@ -3037,7 +3037,9 @@ void twod_rotatesprite(F2DDrawer *twod, int32_t sx, int32_t sy, int32_t z, int16 return; } } + else #endif + if (!pic) tileUpdatePicnum(&picnum, 0);