diff options
Diffstat (limited to 'engines/dreamweb/dreamgen.cpp')
| -rw-r--r-- | engines/dreamweb/dreamgen.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp index afb537f387..92bb062aab 100644 --- a/engines/dreamweb/dreamgen.cpp +++ b/engines/dreamweb/dreamgen.cpp @@ -3088,25 +3088,6 @@ finishpars: di = offset_operand1; } -void DreamGenContext::notHeldError() { - STACK_CHECK; - createPanel(); - showPanel(); - showMan(); - showExit(); - obIcons(); - di = 64; - bx = 100; - al = 63; - ah = 1; - dl = 201; - printMessage2(); - workToScreenM(); - cx = 50; - hangOnP(); - putBackObStuff(); -} - void DreamGenContext::nextColon() { STACK_CHECK; lookcolon: |
