aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenuSelect.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Menu/UMenuSelect.pas')
-rw-r--r--Game/Code/Menu/UMenuSelect.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/Menu/UMenuSelect.pas b/Game/Code/Menu/UMenuSelect.pas
index 2362ff4f..67c36111 100644
--- a/Game/Code/Menu/UMenuSelect.pas
+++ b/Game/Code/Menu/UMenuSelect.pas
@@ -99,8 +99,6 @@ begin
end;
procedure TSelect.SetSelect(Value: boolean);
-var
- SO: integer;
begin // default 1, 0.4
SelectBool := Value;
if Value then begin
@@ -195,4 +193,4 @@ begin
end;
end;
-end.
+end. \ No newline at end of file