[Scummvm-git-logs] scummvm master -> fbb74592681dbfd5e42dd0ab35a54e6025bf3b48
eriktorbjorn
noreply at scummvm.org
Sat May 28 08:27:02 UTC 2022
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:
fbb7459268 SCUMM: Clean up comment a tiny bit
Commit: fbb74592681dbfd5e42dd0ab35a54e6025bf3b48
https://github.com/scummvm/scummvm/commit/fbb74592681dbfd5e42dd0ab35a54e6025bf3b48
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-05-28T10:26:47+02:00
Commit Message:
SCUMM: Clean up comment a tiny bit
Changed paths:
engines/scumm/sound.cpp
diff --git a/engines/scumm/sound.cpp b/engines/scumm/sound.cpp
index 8855dd85e59..294bf6333b9 100644
--- a/engines/scumm/sound.cpp
+++ b/engines/scumm/sound.cpp
@@ -1528,7 +1528,7 @@ void Sound::restoreAfterLoad() {
// If the user has fiddled with the Loom overture
// setting, the calculated position could be outside
- // the track, but it seems a warning message is as bad
+ // the track. But it seems a warning message is as bad
// as it gets.
g_system->getAudioCDManager()->play(trackNr, 1, frame, 0, true);
More information about the Scummvm-git-logs
mailing list