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