mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +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);
|
_dirtyRects.resize(0);
|
||||||
_surface.update();
|
_surface.update();
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
g_system->updateScreen();
|
g_system->updateScreen();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,8 +61,7 @@ void ActionLoop::update() {
|
|||||||
if (frame < _startFrame) {
|
if (frame < _startFrame) {
|
||||||
decodeNext();
|
decodeNext();
|
||||||
return;
|
return;
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
_inLoop = true;
|
_inLoop = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -76,8 +75,7 @@ void ActionLoop::update() {
|
|||||||
setFrame(_stopFrame - 1);
|
setFrame(_stopFrame - 1);
|
||||||
decodeNext();
|
decodeNext();
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
if (frame > _startFrame) {
|
if (frame > _startFrame) {
|
||||||
setFrame(frame - 1);
|
setFrame(frame - 1);
|
||||||
} else {
|
} else {
|
||||||
|
@ -60,8 +60,7 @@ void SupportingActor::onMouseOver(Common::Point point, CursorMgr *mgr) {
|
|||||||
mgr->setCursor(_cursor, point);
|
mgr->setCursor(_cursor, point);
|
||||||
else
|
else
|
||||||
mgr->setCursor(kClickableFirstFrameCursor, point, Common::String());
|
mgr->setCursor(kClickableFirstFrameCursor, point, Common::String());
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
Actor::onMouseOver(point, mgr);
|
Actor::onMouseOver(point, mgr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user