diff options
author | Willem Jan Palenstijn | 2011-12-06 21:16:21 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-06 21:16:21 +0100 |
commit | 454205a6e375c00a1fd0e79aed99655fdfed9d57 (patch) | |
tree | e52bd398f247938c17588396ca116f8a28b2a0e1 /engines/dreamweb | |
parent | 1193792310815b5f83fcf4fa5f018c4a41f4131a (diff) | |
download | scummvm-rg350-454205a6e375c00a1fd0e79aed99655fdfed9d57.tar.gz scummvm-rg350-454205a6e375c00a1fd0e79aed99655fdfed9d57.tar.bz2 scummvm-rg350-454205a6e375c00a1fd0e79aed99655fdfed9d57.zip |
DREAMWEB: Fix regression in 'gates'
Diffstat (limited to 'engines/dreamweb')
-rw-r--r-- | engines/dreamweb/people.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/people.cpp b/engines/dreamweb/people.cpp index 93a9e91dcd..1fa5d13fda 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(); |