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:
parent
b1d5943c02
commit
b3199f100f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user