aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenName.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenName.pas')
-rw-r--r--Game/Code/Screens/UScreenName.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenName.pas b/Game/Code/Screens/UScreenName.pas
index d754899b..4f6289c3 100644
--- a/Game/Code/Screens/UScreenName.pas
+++ b/Game/Code/Screens/UScreenName.pas
@@ -7,9 +7,6 @@ uses
type
TScreenName = class(TMenu)
- const
- ID='ID_004'; //for help system
-
public
Goto_SingScreen: Boolean; //If True then next Screen in SingScreen
constructor Create; override;
@@ -18,6 +15,9 @@ type
procedure SetAnimationProgress(Progress: real); override;
end;
+const
+ ID='ID_004'; //for help system
+
implementation
uses UGraphic, UMain, UIni, UTexture, UHelp, ULog;