[Scummvm-cvs-logs] scummvm master -> 454205a6e375c00a1fd0e79aed99655fdfed9d57

wjp wjp at usecode.org
Tue Dec 6 21:16:58 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:
454205a6e3 DREAMWEB: Fix regression in 'gates'


Commit: 454205a6e375c00a1fd0e79aed99655fdfed9d57
    https://github.com/scummvm/scummvm/commit/454205a6e375c00a1fd0e79aed99655fdfed9d57
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-12-06T12:16:21-08:00

Commit Message:
DREAMWEB: Fix regression in 'gates'

Changed paths:
    engines/dreamweb/people.cpp



diff --git a/engines/dreamweb/people.cpp b/engines/dreamweb/people.cpp
index 93a9e91..1fa5d13 100644
--- a/engines/dreamweb/people.cpp
+++ b/engines/dreamweb/people.cpp
@@ -402,6 +402,7 @@ void DreamGenContext::gates(ReelRoutine &routine) {
 		routine.setReelPointer(nextReelPointer);
 		push(es);
 		push(bx);
+		ax = nextReelPointer;
 		intro3Text();
 		bx = pop();
 		es = pop();






More information about the Scummvm-git-logs mailing list