From afada2b60d636e21000e8bde3b760241afb1a223 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 4 Sep 2010 09:58:37 +0000 Subject: SCI: fixing comment svn-id: r52517 --- engines/sci/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index 4aff273610..46fb0fbf99 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -2155,7 +2155,7 @@ bool ResourceManager::detectEarlySound() { if (res->size >= 0x22) { if (READ_LE_UINT16(res->data + 0x1f) == 0) // channel 15 voice count + play mask is 0 in SCI0LATE if (res->data[0x21] == 0) // last byte right before actual data is 0 as well - return false; // these 2 bytes are + return false; } } return true; -- cgit v1.2.3