aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cryomni3d/versailles/menus.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cryomni3d/versailles/menus.cpp b/engines/cryomni3d/versailles/menus.cpp
index 79d7aa209c..dd95540602 100644
--- a/engines/cryomni3d/versailles/menus.cpp
+++ b/engines/cryomni3d/versailles/menus.cpp
@@ -170,6 +170,9 @@ uint CryOmni3DEngine_Versailles::displayOptions() {
case 4:
*it = 50;
break;
+ default:
+ // If it is another value, menu text is 48 (normal speed) and there is nothing to do
+ break;
}
}