From 5589cdc10cc4389ea010b1362f51b6b907bc9ded Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 18 Nov 2003 04:05:06 +0000 Subject: Fix object names in dig demo svn-id: r11340 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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; -- cgit v1.2.3