aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();