[Scummvm-git-logs] scummvm master -> 987078c9257da1107a58a6b8edd32059b400f1ac

AndywinXp noreply at scummvm.org
Fri Jul 12 19:15:46 UTC 2024


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:
987078c925 SCUMM: HE: Add comment to temporary copyArray fix


Commit: 987078c9257da1107a58a6b8edd32059b400f1ac
    https://github.com/scummvm/scummvm/commit/987078c9257da1107a58a6b8edd32059b400f1ac
Author: AndywinXp (andywinxp at gmail.com)
Date: 2024-07-12T21:15:41+02:00

Commit Message:
SCUMM: HE: Add comment to temporary copyArray fix

Changed paths:
    engines/scumm/he/script_v72he.cpp


diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 2e305f828d6..8180a367756 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -2014,6 +2014,7 @@ void ScummEngine_v72he::checkArrayLimits(int array, int downMin, int downMax, in
 	}
 }
 
+// TODO: Have patience with this one, I'll restore it ASAP...
 #if 0
 void ScummEngine_v72he::copyArray(int dstVariable, int dstDownMin, int dstDownMax, int dstAcrossMin, int dstAcrossMax,
 				int srcVariable, int srcDownMin, int srcDownMax, int srcAcrossMin, int srcAcrossMax) {




More information about the Scummvm-git-logs mailing list