1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-15 22:05:09 -05:00

Revert "Fix play/pause combo on Windows. :-)"

This reverts commit fcc752e279.
This commit is contained in:
Merlijn Wajer 2010-07-24 14:42:08 +02:00
parent b1d5943c02
commit b3199f100f

View File

@ -854,6 +854,9 @@ end;
procedure TSimbaForm.RunScript; procedure TSimbaForm.RunScript;
begin begin
if CurrThread <> nil then
exit;
with CurrScript do with CurrScript do
begin begin
if ScriptState = ss_Paused then if ScriptState = ss_Paused then