aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenStatMain.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenStatMain.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenStatMain.pas b/Game/Code/Screens/UScreenStatMain.pas
index 8f5c3cd1..b82e655c 100644
--- a/Game/Code/Screens/UScreenStatMain.pas
+++ b/Game/Code/Screens/UScreenStatMain.pas
@@ -7,9 +7,6 @@ uses
type
TScreenStatMain = class(TMenu)
- const
- ID='ID_028'; //for help system
-
private
//Some Stat Value that don't need to be calculated 2 times
SongswithVid: Cardinal;
@@ -23,6 +20,9 @@ type
procedure SetOverview;
end;
+const
+ ID='ID_028'; //for help system
+
implementation
uses UGraphic, UDataBase, USongs, ULanguage, windows, ULog, UHelp;