aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenuText.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Menu/UMenuText.pas')
-rw-r--r--Game/Code/Menu/UMenuText.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Menu/UMenuText.pas b/Game/Code/Menu/UMenuText.pas
index 315a7302..8409b09f 100644
--- a/Game/Code/Menu/UMenuText.pas
+++ b/Game/Code/Menu/UMenuText.pas
@@ -73,7 +73,7 @@ var
Function GetNextPos: Boolean;
var
- T1, T2, T3: Cardinal;
+ T1, T3: Cardinal;
begin
LastPos := NextPos;
@@ -321,4 +321,4 @@ begin
end;
-end.
+end. \ No newline at end of file