diff options
author | Le Philousophe | 2019-05-30 12:32:50 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-06-01 22:43:48 +0200 |
commit | 2d82abdaf5e1dbfd08291f0e70b5b971f791bc07 (patch) | |
tree | 1a9cc98d549ce8e8701334082532e62262757ac9 /engines/cryomni3d | |
parent | b81f477ac1828862ba8c30cec90679606f64de3c (diff) | |
download | scummvm-rg350-2d82abdaf5e1dbfd08291f0e70b5b971f791bc07.tar.gz scummvm-rg350-2d82abdaf5e1dbfd08291f0e70b5b971f791bc07.tar.bz2 scummvm-rg350-2d82abdaf5e1dbfd08291f0e70b5b971f791bc07.zip |
CRYOMNI3D: Add a comment to clarify
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r-- | engines/cryomni3d/versailles/menus.cpp | 3 |
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; } } |