Skip to content

Commit

Permalink
DREAMWEB: Hopefully fix loading speech
Browse files Browse the repository at this point in the history
The call to loadspeech() in setuptimedtemp() needs al set correctly,
while the C++ wrapper skipped this.
  • Loading branch information
wjp committed Nov 16, 2011
1 parent 8012c32 commit d8ea08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/dreamweb/stubs.cpp
Expand Up @@ -422,6 +422,7 @@ void DreamGenContext::setuptimedtemp(uint8 textIndex, uint8 voiceIndex, uint8 x,
dh = voiceIndex;
cl = 'T';
ah = 0;
al = textIndex;
loadspeech();
if (data.byte(kSpeechloaded) == 1) {
al = 50+12;
Expand Down

0 comments on commit d8ea08f

Please sign in to comment.