mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +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:
@@ -38,11 +38,9 @@ entclass::entclass()
|
||||
x2 = 320;
|
||||
y2 = 240;
|
||||
|
||||
jumping = false;
|
||||
gravity = false;
|
||||
onground = 0;
|
||||
onroof = 0;
|
||||
jumpframe = 0;
|
||||
|
||||
onentity = 0;
|
||||
harmful = false;
|
||||
|
||||
Reference in New Issue
Block a user