aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenMain.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenMain.pas')
-rw-r--r--Game/Code/Screens/UScreenMain.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenMain.pas b/Game/Code/Screens/UScreenMain.pas
index 4b6c58a4..91a9e620 100644
--- a/Game/Code/Screens/UScreenMain.pas
+++ b/Game/Code/Screens/UScreenMain.pas
@@ -7,9 +7,6 @@ uses
type
TScreenMain = class(TMenu)
- const
- ID='ID_003'; //for help system
-
public
TextDescription: integer;
TextDescriptionLong: integer;
@@ -28,6 +25,9 @@ type
//function Draw: boolean; override;
end;
+const
+ ID='ID_003'; //for help system
+
implementation
uses Windows, UPlaylist, UGraphic, UMain, UIni, UTexture, USongs, Textgl, opengl, ULanguage, UParty, UDLLManager, UScreenCredits, USkins, ULog;