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

athrxx noreply at scummvm.org
Mon Mar 11 20:01:17 UTC 2024


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:
acd5c7f249 SCUMM: fix warning


Commit: acd5c7f24957248fa9a371074987342506466da7
    https://github.com/scummvm/scummvm/commit/acd5c7f24957248fa9a371074987342506466da7
Author: athrxx (athrxx at scummvm.org)
Date: 2024-03-11T21:00:29+01:00

Commit Message:
SCUMM: fix warning

(misleading indentation)

Changed paths:
    engines/scumm/string.cpp


diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index 0935b24edd7..667962c9748 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -748,7 +748,7 @@ void ScummEngine::wrapSegaCDText() {
 	if (!useStricterWrapping) {
 		if (predictionMaxWidth > predictionNextLeft)
 			predictionMaxWidth = predictionNextLeft;
-			predictionMaxWidth *= 2;
+		predictionMaxWidth *= 2;
 
 		byte predictionString[512];
 




More information about the Scummvm-git-logs mailing list