From 2d82abdaf5e1dbfd08291f0e70b5b971f791bc07 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Thu, 30 May 2019 12:32:50 +0200 Subject: CRYOMNI3D: Add a comment to clarify --- engines/cryomni3d/versailles/menus.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/cryomni3d') 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; } } -- cgit v1.2.3