mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user