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

wjp wjp at usecode.org
Fri Oct 21 23:37:20 CEST 2016


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:
bbd5b89c13 BLADERUNNER: Fix presumable typo


Commit: bbd5b89c13d67811506d70fe55f7007ca63c7213
    https://github.com/scummvm/scummvm/commit/bbd5b89c13d67811506d70fe55f7007ca63c7213
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2016-10-21T23:36:17+02:00

Commit Message:
BLADERUNNER: Fix presumable typo

Changed paths:
    engines/bladerunner/aud_stream.cpp



diff --git a/engines/bladerunner/aud_stream.cpp b/engines/bladerunner/aud_stream.cpp
index b583531..1ff54e0 100644
--- a/engines/bladerunner/aud_stream.cpp
+++ b/engines/bladerunner/aud_stream.cpp
@@ -75,7 +75,7 @@ int AudStream::readBuffer(int16 *buffer, const int numSamples) {
 
 				assert(sig == 0xdeaf);
 				assert(_end - _p >= blockSize);
-				assert(blockOutSize = 4 * blockSize);
+				assert(blockOutSize == 4 * blockSize);
 
 				_deafBlockRemain = blockSize;
 			}





More information about the Scummvm-git-logs mailing list