diff options
Diffstat (limited to 'engines/dreamweb/use.cpp')
| -rw-r--r-- | engines/dreamweb/use.cpp | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp index 87b3640e03..08b96cf33a 100644 --- a/engines/dreamweb/use.cpp +++ b/engines/dreamweb/use.cpp @@ -1495,5 +1495,16 @@ void DreamGenContext::withWhat() {  	data.byte(kInvopen) = 2;  } +void DreamGenContext::notHeldError() { +	createPanel(); +	showPanel(); +	showMan(); +	showExit(); +	obIcons(); +	printMessage2(64, 100, 63, 200 + 1, true, 1); +	workToScreenM(); +	hangOnP(50); +	putBackObStuff(); +}  } // End of namespace DreamGen | 
