mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Also change oldyp so there's no deltaframe issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user