mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
add braces
This commit is contained in:
parent
0bab373f49
commit
dc759a501b
@ -676,8 +676,9 @@ static void RotatingGate_RotateInDirection(u8 gateId, u32 rotationDirection)
|
|||||||
orientation = GATE_ORIENTATION_270;
|
orientation = GATE_ORIENTATION_270;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
orientation = ++orientation % GATE_ORIENTATION_MAX;
|
orientation = ++orientation % GATE_ORIENTATION_MAX;
|
||||||
|
}
|
||||||
RotatingGate_SetGateOrientation(gateId, orientation);
|
RotatingGate_SetGateOrientation(gateId, orientation);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user