aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UCommandLine.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/UCommandLine.pas')
-rw-r--r--src/base/UCommandLine.pas6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/base/UCommandLine.pas b/src/base/UCommandLine.pas
index 17ea1a19..281a480d 100644
--- a/src/base/UCommandLine.pas
+++ b/src/base/UCommandLine.pas
@@ -301,8 +301,9 @@ end;
// GetLanguage - Get Language ID from saved String Information
//-------------
function TCMDParams.GetLanguage: integer;
-var
+{var
I: integer;
+}
begin
Result := -1;
{* JB - 12sep07 to remove uINI dependency
@@ -321,8 +322,9 @@ end;
// GetResolution - Get Resolution ID from saved String Information
//-------------
function TCMDParams.GetResolution: integer;
-var
+{var
I: integer;
+}
begin
Result := -1;
{* JB - 12sep07 to remove uINI dependency