[Scummvm-cvs-logs] scummvm master -> 76180534c15bbf4c2503ba89a0a99b0c7428db89

fuzzie fuzzie at fuzzie.org
Wed Nov 16 19:55:10 CET 2011


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:
76180534c1 DREAMWEB: Fix loadroom.


Commit: 76180534c15bbf4c2503ba89a0a99b0c7428db89
    https://github.com/scummvm/scummvm/commit/76180534c15bbf4c2503ba89a0a99b0c7428db89
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-11-16T10:53:38-08:00

Commit Message:
DREAMWEB: Fix loadroom.

Changed paths:
    engines/dreamweb/stubs.cpp



diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 0be8cd3..35fadd8 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -2006,6 +2006,7 @@ void DreamGenContext::loadroom() {
 	data.word(kTextaddressy) = 182;
 	data.byte(kTextlen) = 240;
 	data.byte(kLocation) = data.byte(kNewlocation);
+	al = data.byte(kNewlocation);
 	getroomdata();
 	startloading();
 	loadroomssample();






More information about the Scummvm-git-logs mailing list