aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/credits.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword1/credits.cpp b/engines/sword1/credits.cpp
index 55f1f7358b..258784ab53 100644
--- a/engines/sword1/credits.cpp
+++ b/engines/sword1/credits.cpp
@@ -280,10 +280,12 @@ void CreditsPlayer::delay(int msecs) {
do {
Common::EventManager *eventMan = _system->getEventManager();
while (eventMan->pollEvent(event)) {
+#if 0
switch (event.type) {
default:
break;
}
+#endif
}
_system->updateScreen();