aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenPartyPlayer.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenPartyPlayer.pas')
-rw-r--r--Game/Code/Screens/UScreenPartyPlayer.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenPartyPlayer.pas b/Game/Code/Screens/UScreenPartyPlayer.pas
index 70e08adb..750d8963 100644
--- a/Game/Code/Screens/UScreenPartyPlayer.pas
+++ b/Game/Code/Screens/UScreenPartyPlayer.pas
@@ -7,9 +7,6 @@ uses
type
TScreenPartyPlayer = class(TMenu)
- const
- ID='ID_016'; //for help system
-
public
Team1Name: Cardinal;
Player1Name: Cardinal;
@@ -35,6 +32,9 @@ type
procedure SetAnimationProgress(Progress: real); override;
end;
+const
+ ID='ID_016'; //for help system
+
implementation
uses UGraphic, UMain, UIni, UTexture, UParty, UHelp, ULog;