aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenPartyOptions.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenPartyOptions.pas')
-rw-r--r--Game/Code/Screens/UScreenPartyOptions.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenPartyOptions.pas b/Game/Code/Screens/UScreenPartyOptions.pas
index 7baa3743..d6c2d71a 100644
--- a/Game/Code/Screens/UScreenPartyOptions.pas
+++ b/Game/Code/Screens/UScreenPartyOptions.pas
@@ -7,9 +7,6 @@ uses
type
TScreenPartyOptions = class(TMenu)
- const
- ID='ID_015'; //for help system
-
public
SelectLevel: Cardinal;
SelectPlayList: Cardinal;
@@ -51,6 +48,7 @@ const
'11', '12', '13', '14', '15', '16', '17', '18', '19', '20',
'21', '22', '23', '24', '25', '26', '27', '28', '29', '30',
'31', '32');
+ ID='ID_015'; //for help system
implementation