add braces

This commit is contained in:
KDSKardabox 2018-04-18 22:17:23 +05:30
parent 0bab373f49
commit dc759a501b

View File

@ -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);
}