[Scummvm-git-logs] scummvm master -> 08dcf4b5cfc8ab835d3558a77412045a3265c00e
sev-
noreply at scummvm.org
Sun Sep 29 22:22:42 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
08dcf4b5cf CRYOMNI3D: Remove unreachable code. CID 1551856
Commit: 08dcf4b5cfc8ab835d3558a77412045a3265c00e
https://github.com/scummvm/scummvm/commit/08dcf4b5cfc8ab835d3558a77412045a3265c00e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-09-30T00:22:11+02:00
Commit Message:
CRYOMNI3D: Remove unreachable code. CID 1551856
Changed paths:
engines/cryomni3d/versailles/documentation.cpp
diff --git a/engines/cryomni3d/versailles/documentation.cpp b/engines/cryomni3d/versailles/documentation.cpp
index de3b9a4d203..6197294402e 100644
--- a/engines/cryomni3d/versailles/documentation.cpp
+++ b/engines/cryomni3d/versailles/documentation.cpp
@@ -621,7 +621,6 @@ uint Versailles_Documentation::docAreaHandleRecords(const Common::String &record
error("Invalid case %d when displaying doc record", action);
}
}
- error("shouldn't be there");
}
void Versailles_Documentation::docAreaPrepareNavigation() {
More information about the Scummvm-git-logs
mailing list