aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenPartyScore.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenPartyScore.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenPartyScore.pas b/Game/Code/Screens/UScreenPartyScore.pas
index 0979b3ba..faed2964 100644
--- a/Game/Code/Screens/UScreenPartyScore.pas
+++ b/Game/Code/Screens/UScreenPartyScore.pas
@@ -7,9 +7,6 @@ uses
type
TScreenPartyScore = class(TMenu)
- const
- ID='ID_017'; //for help system
-
public
TextScoreTeam1: Cardinal;
TextScoreTeam2: Cardinal;
@@ -41,6 +38,9 @@ type
procedure SetAnimationProgress(Progress: real); override;
end;
+const
+ ID='ID_017'; //for help system
+
implementation
uses UGraphic, UMain, UParty, UScreenSingModi, ULanguage, UTexture, USkins, UHelp, ULog;