aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenPartyOptionsM2.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenPartyOptionsM2.pas')
-rw-r--r--Game/Code/Screens/UScreenPartyOptionsM2.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenPartyOptionsM2.pas b/Game/Code/Screens/UScreenPartyOptionsM2.pas
index 465fb5b0..472b2c16 100644
--- a/Game/Code/Screens/UScreenPartyOptionsM2.pas
+++ b/Game/Code/Screens/UScreenPartyOptionsM2.pas
@@ -17,9 +17,6 @@ uses
type
TScreenPartyOptionsM2 = class(TMenu)
- const
- ID='ID_020'; //for help system
-
public
ID_DUELL: Byte;
SelectLevel: cardinal;
@@ -64,6 +61,7 @@ var
const
IPlayers: array[0..7] of String = ('2', '3', '4', '5', '6', '7', '8', '9');
MAX_ROUNDS: Integer = 100;
+ ID='ID_020'; //for help system
implementation