mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-05 16:41:33 +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) {
|
if (obj.entities[ie].onground > 0)
|
||||||
any_onground = true;
|
{
|
||||||
} else if (obj.entities[ie].onroof > 0) {
|
any_onground = true;
|
||||||
any_onroof = true;
|
}
|
||||||
|
else if (obj.entities[ie].onroof > 0)
|
||||||
|
{
|
||||||
|
any_onroof = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user