diff options
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index fdc1401239..dd14ddfb05 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2498,7 +2498,7 @@ void ScummEngine_v6::o6_kernelSetFunctions() { _messagePtr = getStringAddressVar(VAR_STRING2DRAW); message = _msgPtrToAdd = buf_input; addMessageToStack(_messagePtr); - if (_gameId == GID_DIG) { + if ((_gameId == GID_DIG) && !(_features & GF_DEMO)) { byte buf_trans[300]; char *t_ptr = (char *)buf_input; buf_output[0] = 0; |