From 5ed893bb6ab73384d647f3b20defa87e81a4c970 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Thu, 30 May 2019 12:13:09 +0200 Subject: CRYOMNI3D: Move break to be clear it's not a fall through --- engines/cryomni3d/versailles/documentation.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines') diff --git a/engines/cryomni3d/versailles/documentation.cpp b/engines/cryomni3d/versailles/documentation.cpp index abdbc63bdf..38328f28cf 100644 --- a/engines/cryomni3d/versailles/documentation.cpp +++ b/engines/cryomni3d/versailles/documentation.cpp @@ -596,15 +596,13 @@ uint Versailles_Documentation::docAreaHandleRecords(const Common::String &record nextRecord = docAreaHandleCastleMap(); if (nextRecord == "") { // Go back to current record - break; } else if (nextRecord != "planG") { _currentRecord = nextRecord; - break; } else { // We can't go up to previous case, so let's do a round action = 7; - break; } + break; case 9: action = -1; // Start of category -- cgit v1.2.3