aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenPartyPlayerM2.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenPartyPlayerM2.pas')
-rw-r--r--Game/Code/Screens/UScreenPartyPlayerM2.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenPartyPlayerM2.pas b/Game/Code/Screens/UScreenPartyPlayerM2.pas
index 0486dfda..6ee9d1df 100644
--- a/Game/Code/Screens/UScreenPartyPlayerM2.pas
+++ b/Game/Code/Screens/UScreenPartyPlayerM2.pas
@@ -7,9 +7,6 @@ uses
type
TScreenPartyPlayerM2 = class(TMenu)
- const
- ID='ID_021'; //for help system
-
public
constructor Create; override;
function ParseInput(PressedKey: Cardinal; ScanCode: byte; PressedDown: Boolean): Boolean; override;
@@ -17,6 +14,9 @@ type
procedure SetAnimationProgress(Progress: real); override;
end;
+const
+ ID='ID_021'; //for help system
+
implementation
uses UGraphic, UMain, UIni, UTexture, UPartyM2, UHelp, ULog;