diff options
Diffstat (limited to 'engines/kyra/script_lol.cpp')
| -rw-r--r-- | engines/kyra/script_lol.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/script_lol.cpp b/engines/kyra/script_lol.cpp index e6193c0b4e..c7dd99de29 100644 --- a/engines/kyra/script_lol.cpp +++ b/engines/kyra/script_lol.cpp @@ -471,7 +471,8 @@ int LoLEngine::olol_clearDialogueField(EMCState *script) {  	_screen->setScreenDim(5);  	const ScreenDim *d = _screen->getScreenDim(5);  	_screen->fillRect(d->sx, d->sy, d->sx + d->w - 2, d->sy + d->h - 2, d->unkA); -	_screen->clearDim(4); +	_txt->clearDim(4); +	_txt->resetDimTextPositions(4);  	return 1;  }  | 
