Skip to content

Commit df126e0

Browse files
committed
VCRUISE: Fix compile failure
1 parent ce66d26 commit df126e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/vcruise/runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ bool Runtime::bootGame(bool newGame) {
13831383
subtitlesLoadedOK = loadSubtitles(codePage);
13841384

13851385
if (!subtitlesLoadedOK)
1386-
warning("Localization data failed to load! Text and subtitles will be disabled.")
1386+
warning("Localization data failed to load! Text and subtitles will be disabled.");
13871387
}
13881388

13891389
if (subtitlesLoadedOK)

0 commit comments

Comments
 (0)