diff options
-rw-r--r-- | engines/cryomni3d/versailles/documentation.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 |