diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dreamweb/dreamgen.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp index 000b6d7e43..1d079d9571 100644 --- a/engines/dreamweb/dreamgen.cpp +++ b/engines/dreamweb/dreamgen.cpp @@ -632,16 +632,12 @@ void edeninbath(Context &context) { STACK_CHECK(context); context._cmp(context.data.byte(kGeneraldead), 0); if (context.flags.z()) - goto notinbed; + return /* (notinbath) */; context._cmp(context.data.byte(kSartaindead), 0); if (!context.flags.z()) return /* (notinbath) */; showgamereel(context); addtopeoplelist(context); -/*continuing to unbounded code: notinbed from eden:5-6*/ -notinbed: - return; - return; } void malefan(Context &context) { |