aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenPartyNewRoundM2.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenPartyNewRoundM2.pas')
-rw-r--r--Game/Code/Screens/UScreenPartyNewRoundM2.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenPartyNewRoundM2.pas b/Game/Code/Screens/UScreenPartyNewRoundM2.pas
index f25b928f..ee5c8a90 100644
--- a/Game/Code/Screens/UScreenPartyNewRoundM2.pas
+++ b/Game/Code/Screens/UScreenPartyNewRoundM2.pas
@@ -7,9 +7,6 @@ uses
type
TScreenPartyNewRoundM2 = class(TMenu)
- const
- ID='ID_019'; //for help system
-
public
//Texts:
TextRound: array [1..9] of cardinal;
@@ -41,6 +38,9 @@ type
procedure Update;
end;
+const
+ ID='ID_019'; //for help system
+
implementation
uses UGraphic, UMain, UIni, UTexture, UPartyM2, UDLLManager, ULanguage, ULog, UHelp;