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:
Misa
2020-09-28 11:13:02 -07:00
committed by Ethan Lee
parent cbceeccf78
commit 733cad723b
3 changed files with 0 additions and 5 deletions

View File

@@ -4446,7 +4446,6 @@ void entityclass::entitymapcollision( int t )
{
if (entities[t].onwall > 0) entities[t].state = entities[t].onwall;
if (entities[t].onywall > 0) entities[t].state = entities[t].onywall;
entities[t].jumpframe = 0;
}
}