1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04: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;
begin
if CurrThread <> nil then
exit;
with CurrScript do
begin
if ScriptState = ss_Paused then