1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00

Also change oldyp so there's no deltaframe issues

This commit is contained in:
tzann 2020-07-29 02:58:08 +02:00 committed by Ethan Lee
parent e48fef4fe5
commit b4bac64361

View File

@ -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;