aboutsummaryrefslogtreecommitdiff
path: root/engines/made/made.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/made/made.cpp')
-rw-r--r--engines/made/made.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/made/made.cpp b/engines/made/made.cpp
index 947f08ec3b..13178b0d95 100644
--- a/engines/made/made.cpp
+++ b/engines/made/made.cpp
@@ -89,6 +89,8 @@ MadeEngine::MadeEngine(OSystem *syst, const MadeGameDescription *gameDesc) : Eng
case GID_RTZ:
// Return to Zork sets it itself via a script funtion
break;
+ default:
+ break;
}
}