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

sev- sev at scummvm.org
Sun Jun 7 00:14:42 UTC 2020


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:
ec4699d156 DIRECTOR: LINGO: Fix DS compilation


Commit: ec4699d156182a01b4e3ba9e3ee24f51e6db49b9
    https://github.com/scummvm/scummvm/commit/ec4699d156182a01b4e3ba9e3ee24f51e6db49b9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-06-07T02:14:28+02:00

Commit Message:
DIRECTOR: LINGO: Fix DS compilation

Changed paths:
    engines/director/lingo/lingo.h


diff --git a/engines/director/lingo/lingo.h b/engines/director/lingo/lingo.h
index 02514496c7..5fd03b58fa 100644
--- a/engines/director/lingo/lingo.h
+++ b/engines/director/lingo/lingo.h
@@ -262,7 +262,7 @@ struct Object {
 	ScriptContext *scriptContext;
 
 	// used only for factories
-	Common::HashMap<uint, Datum> *objArray;
+	Common::HashMap<uint32, Datum> *objArray;
 
 	Object *clone();
 	Symbol getMethod(const Common::String &methodName);




More information about the Scummvm-git-logs mailing list