From 185395ca36af5851d6b59b00ab70ad5a74d32664 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Mon, 17 Nov 2003 21:16:43 +0000 Subject: replaced demo GIDs wth GF_DEMO svn-id: r11326 --- scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/string.cpp') diff --git a/scumm/string.cpp b/scumm/string.cpp index ec89b5e6fd..fc55dda3d5 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -401,7 +401,7 @@ void ScummEngine::drawString(int a) { // and never time out. We can't do it blindly for all games, because // it causes problem with the FOA intro. - if ((_gameId == GID_FT || _gameId == GID_FTDEMO) && a == 4) + if ((_gameId == GID_FT) && a == 4) _talkDelay = -1; if (!buf[0]) { -- cgit v1.2.3