mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 03:24:50 +00:00
AGI: code formatting
This commit is contained in:
parent
e6fbf372fb
commit
5cd7ad8622
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user