mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
Also change oldyp so there's no deltaframe issues
This commit is contained in:
parent
e48fef4fe5
commit
b4bac64361
1 changed files with 1 additions and 0 deletions
|
@ -1768,6 +1768,7 @@ void entityclass::createentity( float xp, float yp, int t, float vx /*= 0*/, flo
|
||||||
entity.tile = 188 + vx;
|
entity.tile = 188 + vx;
|
||||||
entity.colour = 37;
|
entity.colour = 37;
|
||||||
entity.h += 3;
|
entity.h += 3;
|
||||||
|
entity.oldyp -= 3;
|
||||||
entity.yp -= 3;
|
entity.yp -= 3;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue