mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 20:07:11 +00:00
PINK: JANITORIAL: Fix code formatting
This commit is contained in:
parent
85e0c7ccd3
commit
bb8a64d22d
@ -126,8 +126,7 @@ void Director::draw() {
|
||||
|
||||
_dirtyRects.resize(0);
|
||||
_surface.update();
|
||||
}
|
||||
else
|
||||
} else
|
||||
g_system->updateScreen();
|
||||
}
|
||||
|
||||
|
@ -61,8 +61,7 @@ void ActionLoop::update() {
|
||||
if (frame < _startFrame) {
|
||||
decodeNext();
|
||||
return;
|
||||
}
|
||||
else
|
||||
} else
|
||||
_inLoop = true;
|
||||
}
|
||||
|
||||
@ -76,8 +75,7 @@ void ActionLoop::update() {
|
||||
setFrame(_stopFrame - 1);
|
||||
decodeNext();
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if (frame > _startFrame) {
|
||||
setFrame(frame - 1);
|
||||
} else {
|
||||
|
@ -60,8 +60,7 @@ void SupportingActor::onMouseOver(Common::Point point, CursorMgr *mgr) {
|
||||
mgr->setCursor(_cursor, point);
|
||||
else
|
||||
mgr->setCursor(kClickableFirstFrameCursor, point, Common::String());
|
||||
}
|
||||
else
|
||||
} else
|
||||
Actor::onMouseOver(point, mgr);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user