mirror of
https://github.com/zeldaret/tp
synced 2026-09-12 04:29:50 -04:00
run clang-format
This commit is contained in:
@@ -23,11 +23,10 @@ bool cBgW_CheckBRoof(float a1) {
|
||||
return a1 < lbl_804550EC;
|
||||
}
|
||||
|
||||
bool cBgW_CheckBWall(float a1)
|
||||
{
|
||||
bool cBgW_CheckBWall(float a1) {
|
||||
if (!cBgW_CheckBGround(a1) && !cBgW_CheckBRoof(a1))
|
||||
return true;
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user