aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenTop.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenTop.pas')
-rw-r--r--Game/Code/Screens/UScreenTop.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenTop.pas b/Game/Code/Screens/UScreenTop.pas
index 6279458f..57005d95 100644
--- a/Game/Code/Screens/UScreenTop.pas
+++ b/Game/Code/Screens/UScreenTop.pas
@@ -12,9 +12,6 @@ type
end;
TScreenTop = class(TMenu)
- const
- ID='ID_029'; //for help system
-
public
MP3VolumeHandler: THandler;
@@ -38,6 +35,9 @@ type
//procedure DrawScores(difficulty: integer); TODO
end;
+const
+ ID='ID_029'; //for help system
+
implementation
uses UGraphic, UDataBase, UDraw, UMain, UIni, UPartyM2, UTime, DateUtils, UHelp, ULog;