Fix mixed indentation in Entity.cpp and Entity.h

That guy who indents with 2-wide tabs to match 4-wide spaces strikes
again...
This commit is contained in:
Misa
2020-04-02 13:42:50 -07:00
committed by Ethan Lee
parent 7c511b1550
commit 079544c0b1
2 changed files with 86 additions and 86 deletions

View File

@@ -146,10 +146,10 @@ public:
bool entityvlinecollide(int t, int l);
bool entitywarphlinecollide(int t, int l);
bool entitywarpvlinecollide(int t, int l);
bool entitywarphlinecollide(int t, int l);
bool entitywarpvlinecollide(int t, int l);
void customwarplinecheck(int i);
void customwarplinecheck(int i);
float entitycollideplatformroof(int t);
@@ -161,7 +161,7 @@ public:
bool testwallsx(int t, int tx, int ty);
bool testwallsy(int t, float tx, float ty);
bool testwallsy(int t, float tx, float ty);
void fixfriction(int t, float xfix, float xrate, float yrate);