[Scummvm-git-logs] scummvm master -> df126e00b2c176d0e662d876aa9ba98809a3f8ae

elasota noreply at scummvm.org
Tue May 30 03:31:59 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
df126e00b2 VCRUISE: Fix compile failure


Commit: df126e00b2c176d0e662d876aa9ba98809a3f8ae
    https://github.com/scummvm/scummvm/commit/df126e00b2c176d0e662d876aa9ba98809a3f8ae
Author: elasota (ejlasota at gmail.com)
Date: 2023-05-29T23:31:42-04:00

Commit Message:
VCRUISE: Fix compile failure

Changed paths:
    engines/vcruise/runtime.cpp


diff --git a/engines/vcruise/runtime.cpp b/engines/vcruise/runtime.cpp
index 33dc8a10ad4..2a26eba704d 100644
--- a/engines/vcruise/runtime.cpp
+++ b/engines/vcruise/runtime.cpp
@@ -1383,7 +1383,7 @@ bool Runtime::bootGame(bool newGame) {
 		subtitlesLoadedOK = loadSubtitles(codePage);
 
 		if (!subtitlesLoadedOK)
-			warning("Localization data failed to load!  Text and subtitles will be disabled.")
+			warning("Localization data failed to load!  Text and subtitles will be disabled.");
 	}
 
 	if (subtitlesLoadedOK)




More information about the Scummvm-git-logs mailing list