1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-25 18:52:15 -05:00

Small change/fix

This commit is contained in:
Merlijn Wajer 2010-07-09 12:07:08 +02:00
parent 5355117a10
commit fef9fc5a7f

View File

@ -649,9 +649,10 @@ begin
if self.settings <> nil then if self.settings <> nil then
begin begin
if lowercase(self.settings.GetKeyValueDefLoad('Settings/Interpreter/AllowSysCalls', if lowercase(self.settings.GetKeyValueDefLoad('Settings/Interpreter/AllowSysCalls',
'False', Self.SimbaSettingsFile)) = 'true' then 'False', Self.SimbaSettingsFile)) = 'true' then
begin begin
writeln('Allowing SysCalls'); { Can remove later }
psWriteln('Allowing API/SysCalls.');
RegisterDll_Compiletime(x); RegisterDll_Compiletime(x);
end; end;
end; end;