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

waltervn walter at vanniftrik-it.nl
Fri Feb 17 21:26:05 CET 2017


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:
fee0b81b39 ADL: Fix hires6 action opcode 0x0c


Commit: fee0b81b39280440997e54ac7b28325420cd46c4
    https://github.com/scummvm/scummvm/commit/fee0b81b39280440997e54ac7b28325420cd46c4
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-02-17T21:24:47+01:00

Commit Message:
ADL: Fix hires6 action opcode 0x0c

Changed paths:
    engines/adl/adl_v5.cpp


diff --git a/engines/adl/adl_v5.cpp b/engines/adl/adl_v5.cpp
index 8ac5b4c..cb4b379 100644
--- a/engines/adl/adl_v5.cpp
+++ b/engines/adl/adl_v5.cpp
@@ -85,7 +85,7 @@ void AdlEngine_v5::setupOpcodeTables() {
 	Opcode(o5_dummy);
 	Opcode(o5_setTextMode);
 	// 0x0c
-	Opcode(o2_moveAllItems);
+	Opcode(o4_moveAllItems);
 	Opcode(o1_quit);
 	Opcode(o5_dummy);
 	Opcode(o2_save);





More information about the Scummvm-git-logs mailing list