aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenOptionsGame.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenOptionsGame.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenOptionsGame.pas b/Game/Code/Screens/UScreenOptionsGame.pas
index 29c36330..8aadb27a 100644
--- a/Game/Code/Screens/UScreenOptionsGame.pas
+++ b/Game/Code/Screens/UScreenOptionsGame.pas
@@ -7,9 +7,6 @@ uses
type
TScreenOptionsGame = class(TMenu)
- const
- ID='ID_008'; //for help system
-
public
old_Tabs, old_Sorting: integer;
constructor Create; override;
@@ -18,6 +15,9 @@ type
procedure RefreshSongs;
end;
+const
+ ID='ID_008'; //for help system
+
implementation
uses UGraphic, UHelp, ULog;