[Scummvm-cvs-logs] scummvm master -> 4ab51a8b26c8964a731ff61f212751f6af2e7069

fingolfin mhorn at tu-bs.de
Thu Apr 14 10:09:53 CEST 2011


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:
4ab51a8b26 SCUMM: Typo


Commit: 4ab51a8b26c8964a731ff61f212751f6af2e7069
    https://github.com/scummvm/scummvm/commit/4ab51a8b26c8964a731ff61f212751f6af2e7069
Author: Max Horn (max at quendi.de)
Date: 2011-04-14T00:26:50-07:00

Commit Message:
SCUMM: Typo

Changed paths:
    engines/scumm/imuse_digi/dimuse_codecs.cpp



diff --git a/engines/scumm/imuse_digi/dimuse_codecs.cpp b/engines/scumm/imuse_digi/dimuse_codecs.cpp
index fd9deb7..c78e313 100644
--- a/engines/scumm/imuse_digi/dimuse_codecs.cpp
+++ b/engines/scumm/imuse_digi/dimuse_codecs.cpp
@@ -229,7 +229,7 @@ int32 decompressADPCM(byte *compInput, byte *compOutput, int channels) {
 	// Every block starts with a 2 byte word. If that word is
 	// non-zero, it indicates the size of a block of raw audio
 	// data (not encoded) following it. That data we simply copy
-	// to the output buffer and the proceed by decoding the
+	// to the output buffer and then proceed by decoding the
 	// remaining data.
 	//
 	// If on the other hand the word is zero, then what follows






More information about the Scummvm-git-logs mailing list