Skip to content

Commit 25f2afc

Browse files
committed
VCRUISE: Expand failure to load subtitles data warning
1 parent 1e363fa commit 25f2afc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

engines/vcruise/runtime.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,9 @@ bool Runtime::bootGame(bool newGame) {
13811381

13821382
codePage = resolveCodePageForLanguage(lang);
13831383
subtitlesLoadedOK = loadSubtitles(codePage);
1384+
1385+
if (!subtitlesLoadedOK)
1386+
warning("Localization data failed to load! Text and subtitles will be disabled.")
13841387
}
13851388

13861389
if (subtitlesLoadedOK)

0 commit comments

Comments
 (0)