mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +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.colour = 37;
|
||||
entity.h += 3;
|
||||
entity.oldyp -= 3;
|
||||
entity.yp -= 3;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue