CRYOMNI3D: Don't try to load RENVSBG.HLZ if it doesn't exist

This commit is contained in:
Le Philousophe 2019-10-20 17:52:02 +02:00
parent 18ee9fbc32
commit b5de32991b

View File

@ -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();