From b4bac64361982c97834b67d6ba0511291ec41376 Mon Sep 17 00:00:00 2001 From: tzann Date: Wed, 29 Jul 2020 02:58:08 +0200 Subject: [PATCH] Also change oldyp so there's no deltaframe issues --- desktop_version/src/Entity.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop_version/src/Entity.cpp b/desktop_version/src/Entity.cpp index cebb8579..99a4a7d7 100644 --- a/desktop_version/src/Entity.cpp +++ b/desktop_version/src/Entity.cpp @@ -1768,6 +1768,7 @@ void entityclass::createentity( float xp, float yp, int t, float vx /*= 0*/, flo entity.tile = 188 + vx; entity.colour = 37; entity.h += 3; + entity.oldyp -= 3; entity.yp -= 3; } break;