mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 08:53:51 +00:00
CRYOMNI3D: Don't try to load RENVSBG.HLZ if it doesn't exist
This commit is contained in:
parent
18ee9fbc32
commit
b5de32991b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user