AGI: code formatting

This commit is contained in:
Martin Kiewitz 2016-02-02 20:41:11 +01:00
parent e6fbf372fb
commit 5cd7ad8622

View File

@ -627,8 +627,7 @@ void AgiEngine::updateScreenObjTable() {
// AGI 2.272 (ddp, xmas) doesn't test step_time_count!
if (loopNr != 4 && loopNr != screenObj->currentLoopNr) {
if (getVersion() <= 0x2272 ||
screenObj->stepTimeCount == 1) {
if (getVersion() <= 0x2272 || screenObj->stepTimeCount == 1) {
setLoop(screenObj, loopNr);
}
}