aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/scroll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/scroll.cpp')
-rw-r--r--engines/tinsel/scroll.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tinsel/scroll.cpp b/engines/tinsel/scroll.cpp
index eafb238ec0..52ffca88ac 100644
--- a/engines/tinsel/scroll.cpp
+++ b/engines/tinsel/scroll.cpp
@@ -232,6 +232,9 @@ static void NeedScroll(int direction) {
}
}
break;
+
+ default:
+ break;
}
}