diff options
Diffstat (limited to 'engines/dreamweb/dreamgen.cpp')
-rw-r--r-- | engines/dreamweb/dreamgen.cpp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp index 2cc69f4150..fe00db19a5 100644 --- a/engines/dreamweb/dreamgen.cpp +++ b/engines/dreamweb/dreamgen.cpp @@ -75,38 +75,6 @@ gotrecep: data.byte(kTalkedtorecep) = 1; } -void DreamGenContext::louisChair() { - STACK_CHECK; - _cmp(data.byte(kRockstardead), 0); - if (flags.z()) - return /* (notlouis2) */; - checkSpeed(); - if (!flags.z()) - goto notlouisanim; - ax = es.word(bx+3); - _inc(ax); - _cmp(ax, 191); - if (flags.z()) - goto restartlouis; - _cmp(ax, 185); - if (flags.z()) - goto randomlouis; - es.word(bx+3) = ax; - goto notlouisanim; -randomlouis: - es.word(bx+3) = ax; - randomNumber(); - _cmp(al, 245); - if (!flags.c()) - goto notlouisanim; -restartlouis: - ax = 182; - es.word(bx+3) = ax; -notlouisanim: - showGameReel(); - addToPeopleList(); -} - void DreamGenContext::bartender() { STACK_CHECK; checkSpeed(); |