aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d
diff options
context:
space:
mode:
authorLe Philousophe2019-10-20 17:52:02 +0200
committerLe Philousophe2019-11-16 20:43:41 +0100
commitb5de32991bc3dae3222b31b121a4297f2b6631e6 (patch)
treec1034671a6aec415cba606a85dcbe50fe65c554b /engines/cryomni3d
parent18ee9fbc32f1af20fbf06f101e677a55dbc627da (diff)
downloadscummvm-rg350-b5de32991bc3dae3222b31b121a4297f2b6631e6.tar.gz
scummvm-rg350-b5de32991bc3dae3222b31b121a4297f2b6631e6.tar.bz2
scummvm-rg350-b5de32991bc3dae3222b31b121a4297f2b6631e6.zip
CRYOMNI3D: Don't try to load RENVSBG.HLZ if it doesn't exist
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r--engines/cryomni3d/versailles/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/versailles/engine.cpp b/engines/cryomni3d/versailles/engine.cpp
index 307722bc11..f8bff45986 100644
--- a/engines/cryomni3d/versailles/engine.cpp
+++ b/engines/cryomni3d/versailles/engine.cpp
@@ -632,7 +632,7 @@ void CryOmni3DEngine_Versailles::playTransitionEndLevel(int level) {
bool cursorWasVisible = showMouse(false);
if (level == -2) {
- if (getLanguage() == Common::DE_DEU) {
+ if (getLanguage() == Common::DE_DEU && Common::File::exists("RAVENSBG.HLZ")) {
// Display one more copyright
if (displayHLZ("RAVENSBG", 5000)) {
clearKeys();