X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2FCONFIG.pas;h=0a4898e2838c2db4c47fd0fc14a8ba971461bd27;hb=85e9a9b925d265c5cf047df5ce56848377e41336;hp=00129f32124f2d829fb4453bb60fda82e5fd8e9b;hpb=88ce644db1b40111bdb380f4357fa59bdb5173be;p=d2df-sdl.git diff --git a/src/shared/CONFIG.pas b/src/shared/CONFIG.pas index 00129f3..0a4898e 100644 --- a/src/shared/CONFIG.pas +++ b/src/shared/CONFIG.pas @@ -1,3 +1,4 @@ +{$MODE DELPHI} unit CONFIG; { @@ -245,7 +246,7 @@ end; procedure TConfig.WriteBool(Section, Param: string; Value: Boolean); begin - WriteParam(Section, Param, BoolToStr(Value)); + WriteParam(Section, Param, BoolToStr(Value)); end; procedure TConfig.WriteInt(Section, Param: string; Value: Integer);