svn-id: r6206
This commit is contained in:
Max Horn
2002-12-27 16:55:22 +00:00
parent 7501d7d32c
commit 12cd4b36da
2 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -485,12 +485,9 @@ void Scumm::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 || _features & GF_AFTER_V8) && a == 4)
if (_gameId == GID_FT && a == 4)
_talkDelay = -1;
if (_features & GF_AFTER_V8)
printf("Drawing string '%s'\n", buf);
if (!buf[0]) {
buf[0] = ' ';
buf[1] = 0;