mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix indentation consistency
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
52fceb3f69
commit
14c24069fd
@@ -2182,10 +2182,13 @@ void gameinput(void)
|
||||
}
|
||||
}
|
||||
|
||||
if (obj.entities[ie].onground > 0) {
|
||||
any_onground = true;
|
||||
} else if (obj.entities[ie].onroof > 0) {
|
||||
any_onroof = true;
|
||||
if (obj.entities[ie].onground > 0)
|
||||
{
|
||||
any_onground = true;
|
||||
}
|
||||
else if (obj.entities[ie].onroof > 0)
|
||||
{
|
||||
any_onroof = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user