We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce66d26 commit df126e0Copy full SHA for df126e0
engines/vcruise/runtime.cpp
@@ -1383,7 +1383,7 @@ bool Runtime::bootGame(bool newGame) {
1383
subtitlesLoadedOK = loadSubtitles(codePage);
1384
1385
if (!subtitlesLoadedOK)
1386
- warning("Localization data failed to load! Text and subtitles will be disabled.")
+ warning("Localization data failed to load! Text and subtitles will be disabled.");
1387
}
1388
1389
if (subtitlesLoadedOK)
0 commit comments