From b3199f100f51dd562c5f243df79507250ed527d6 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Sat, 24 Jul 2010 14:42:08 +0200 Subject: [PATCH] Revert "Fix play/pause combo on Windows. :-)" This reverts commit fcc752e27915bb8d513a789f6f5348ec304fbbeb. --- Projects/Simba/simbaunit.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Projects/Simba/simbaunit.pas b/Projects/Simba/simbaunit.pas index 57210d7..7e90c8c 100644 --- a/Projects/Simba/simbaunit.pas +++ b/Projects/Simba/simbaunit.pas @@ -854,6 +854,9 @@ end; procedure TSimbaForm.RunScript; begin + if CurrThread <> nil then + exit; + with CurrScript do begin if ScriptState = ss_Paused then