aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLe Philousophe2019-05-30 12:32:50 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit2d82abdaf5e1dbfd08291f0e70b5b971f791bc07 (patch)
tree1a9cc98d549ce8e8701334082532e62262757ac9
parentb81f477ac1828862ba8c30cec90679606f64de3c (diff)
downloadscummvm-rg350-2d82abdaf5e1dbfd08291f0e70b5b971f791bc07.tar.gz
scummvm-rg350-2d82abdaf5e1dbfd08291f0e70b5b971f791bc07.tar.bz2
scummvm-rg350-2d82abdaf5e1dbfd08291f0e70b5b971f791bc07.zip
CRYOMNI3D: Add a comment to clarify
-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;
}
}