mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 16:55:01 -05:00
Revert "Fix play/pause combo on Windows. :-)"
This reverts commit fcc752e279
.
This commit is contained in:
parent
b1d5943c02
commit
b3199f100f
@ -854,6 +854,9 @@ end;
|
||||
|
||||
procedure TSimbaForm.RunScript;
|
||||
begin
|
||||
if CurrThread <> nil then
|
||||
exit;
|
||||
|
||||
with CurrScript do
|
||||
begin
|
||||
if ScriptState = ss_Paused then
|
||||
|
Loading…
Reference in New Issue
Block a user