*** empty log message ***

svn-id: r11281
This commit is contained in:
Travis Howell 2003-11-13 10:51:02 +00:00
parent 3a51c5b702
commit 313a912af2
9 changed files with 52 additions and 20 deletions

View file

@ -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 && a == 4)
if ((_gameId == GID_FT || _gameId == GID_FTDEMO) && a == 4)
_talkDelay = -1;
if (!buf[0]) {