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

eriktorbjorn eriktorbjorn at telia.com
Mon Jun 4 06:42:11 CEST 2018


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:
fba0afefa5 SCUMM: Remove unnecessary space.


Commit: fba0afefa553911dd443e34c1e70e930145af4f9
    https://github.com/scummvm/scummvm/commit/fba0afefa553911dd443e34c1e70e930145af4f9
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2018-06-04T06:41:51+02:00

Commit Message:
SCUMM: Remove unnecessary space.

Changed paths:
    engines/scumm/string.cpp


diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index e605491..9ea889c 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -98,7 +98,7 @@ void ScummEngine::debugMessage(const byte *msg) {
 		if (_game.id == GID_SAMNMAX)
 			channel = VAR(VAR_V6_SOUNDMODE);
 
-		 if (channel != 2)
+		if (channel != 2)
 			_sound->talkSound(a, b, 1, channel);
 	}
 }





More information about the Scummvm-git-logs mailing list