add braces
This commit is contained in:
parent
0bab373f49
commit
dc759a501b
1 changed files with 2 additions and 1 deletions
|
@ -676,8 +676,9 @@ static void RotatingGate_RotateInDirection(u8 gateId, u32 rotationDirection)
|
|||
orientation = GATE_ORIENTATION_270;
|
||||
}
|
||||
else
|
||||
{
|
||||
orientation = ++orientation % GATE_ORIENTATION_MAX;
|
||||
|
||||
}
|
||||
RotatingGate_SetGateOrientation(gateId, orientation);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue