aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/transition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/transition.cpp')
-rw-r--r--engines/sludge/transition.cpp42
1 files changed, 21 insertions, 21 deletions
diff --git a/engines/sludge/transition.cpp b/engines/sludge/transition.cpp
index 73ac73736b..100cc9cc38 100644
--- a/engines/sludge/transition.cpp
+++ b/engines/sludge/transition.cpp
@@ -380,27 +380,27 @@ void transitionBlinds() {
void fixBrightness() {
switch (fadeMode) {
- case 0:
- transitionFader();
- break;
- case 1:
- resetRandW();
- // Fall through!
- case 2:
- transitionDisolve();
- break;
- case 3:
- transitionTV();
- break;
- case 4:
- transitionBlinds();
- break;
- case 5:
- transitionCrossFader();
- break;
- case 6:
- transitionSnapshotBox();
- break;
+ case 0:
+ transitionFader();
+ break;
+ case 1:
+ resetRandW();
+ // Fall through!
+ case 2:
+ transitionDisolve();
+ break;
+ case 3:
+ transitionTV();
+ break;
+ case 4:
+ transitionBlinds();
+ break;
+ case 5:
+ transitionCrossFader();
+ break;
+ case 6:
+ transitionSnapshotBox();
+ break;
}
}