mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-28 01:51:49 +03:00
Remove unused attributes from entclass
These attributes were `jumping` and `jumpframe`. Removal of unused attributes makes reading the code easier.
This commit is contained in:
@@ -42,10 +42,8 @@ public:
|
||||
int onwall, onxwall, onywall;
|
||||
|
||||
//Platforming specific
|
||||
bool jumping;
|
||||
bool gravity;
|
||||
int onground, onroof;
|
||||
int jumpframe;
|
||||
//Animation
|
||||
int framedelay, drawframe, walkingframe, dir, actionframe;
|
||||
int yp;int xp;
|
||||
|
||||
Reference in New Issue
Block a user