From 9af91c0343ea0873b0522128d45148b5cc24b3da Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Wed, 2 Aug 2017 19:14:47 -0700 Subject: [PATCH] Removed debug pause. --- Platform/Apple/virtual/src/plasma/gameloop.pla | 1 - 1 file changed, 1 deletion(-) diff --git a/Platform/Apple/virtual/src/plasma/gameloop.pla b/Platform/Apple/virtual/src/plasma/gameloop.pla index 2287eb78..e7be78c0 100644 --- a/Platform/Apple/virtual/src/plasma/gameloop.pla +++ b/Platform/Apple/virtual/src/plasma/gameloop.pla @@ -2044,7 +2044,6 @@ export def scriptDisplayStr(str)#0 displayStr(str) textDrawn = TRUE fin - pause(800) // No: tossString() // Doesn't work here, because we need to toss strings in the *parent's* frame end