diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-03 19:41:34 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-03 19:41:34 +0000 |
commit | f570ce2a6e99767597c22364665b600e591cb2ef (patch) | |
tree | 9a1a9fb25a04313181350b79dc87d84f9d0cef10 /Game/Code/Screens/UScreenPartyOptions.pas | |
parent | 30ec686cbf1273109844589abe663ce9425211b7 (diff) | |
download | usdx-f570ce2a6e99767597c22364665b600e591cb2ef.tar.gz usdx-f570ce2a6e99767597c22364665b600e591cb2ef.tar.xz usdx-f570ce2a6e99767597c22364665b600e591cb2ef.zip |
moved help IDs to a better place, i hope..
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2169 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Screens/UScreenPartyOptions.pas | 4 |
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
|