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

AndywinXp noreply at scummvm.org
Wed Jan 19 17:51:40 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:
a112d0c9d2 SCUMM: DiMUSE: Remove leftover commented out code


Commit: a112d0c9d2d56ce495b8383e905f526f762b792a
    https://github.com/scummvm/scummvm/commit/a112d0c9d2d56ce495b8383e905f526f762b792a
Author: Andrea Boscarino (andywinxp at gmail.com)
Date: 2022-01-19T18:51:38+01:00

Commit Message:
SCUMM: DiMUSE: Remove leftover commented out code

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


diff --git a/engines/scumm/imuse_digi/dimuse_dispatch.cpp b/engines/scumm/imuse_digi/dimuse_dispatch.cpp
index c614af829ee..6fdee931f18 100644
--- a/engines/scumm/imuse_digi/dimuse_dispatch.cpp
+++ b/engines/scumm/imuse_digi/dimuse_dispatch.cpp
@@ -1136,7 +1136,6 @@ int IMuseDigital::dispatchConvertMap(uint8 *rawMap, uint8 *destMap) {
 			// Fill (or rather, swap32) the fields:
 			// - The 4 bytes string 'MAP '
 			// - Size of the map
-			//int dest = READ_BE_UINT32(destMap);
 			*(int32 *)destMap = READ_BE_UINT32(destMap);
 			*((int32 *)destMap + 1) = READ_BE_UINT32(destMap + 4);
 




More information about the Scummvm-git-logs mailing list