aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenOpen.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenOpen.pas')
-rw-r--r--Game/Code/Screens/UScreenOpen.pas5
1 files changed, 2 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenOpen.pas b/Game/Code/Screens/UScreenOpen.pas
index 6b80354c..97252b2b 100644
--- a/Game/Code/Screens/UScreenOpen.pas
+++ b/Game/Code/Screens/UScreenOpen.pas
@@ -2,13 +2,13 @@ unit UScreenOpen;
interface
-uses UMenu, UMusic, SDL, SysUtils, UFiles, UTime, USongs, UIni, ULog, USmpeg, UTexture, UMenuText,
+uses UMenu, UMusic, SDL, SysUtils, UFiles, UTime, USongs, UIni, ULog, UTexture, UMenuText,
ULyrics, Math, gl, UThemes;
type
TScreenOpen = class(TMenu)
private
- TextF: array[0..1] of integer;
+ //TextF: array[0..1] of integer;
TextN: integer;
public
Tex_Background: TTexture;
@@ -162,4 +162,3 @@ begin
end;*)
end.
-