aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/wintermute/PlatformSDL.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wintermute/PlatformSDL.cpp b/engines/wintermute/PlatformSDL.cpp
index 740a0bfa87..2837e16be6 100644
--- a/engines/wintermute/PlatformSDL.cpp
+++ b/engines/wintermute/PlatformSDL.cpp
@@ -298,6 +298,9 @@ void CBPlatform::HandleEvent(Common::Event *event) {
#endif
break;
+ default:
+ // TODO: Do we care about any other events?
+ break;
}
}