From f570ce2a6e99767597c22364665b600e591cb2ef Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 3 Mar 2010 19:41:34 +0000 Subject: 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 --- Game/Code/Screens/UScreenPartyPlayer.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Game/Code/Screens/UScreenPartyPlayer.pas') diff --git a/Game/Code/Screens/UScreenPartyPlayer.pas b/Game/Code/Screens/UScreenPartyPlayer.pas index 70e08adb..750d8963 100644 --- a/Game/Code/Screens/UScreenPartyPlayer.pas +++ b/Game/Code/Screens/UScreenPartyPlayer.pas @@ -7,9 +7,6 @@ uses type TScreenPartyPlayer = class(TMenu) - const - ID='ID_016'; //for help system - public Team1Name: Cardinal; Player1Name: Cardinal; @@ -35,6 +32,9 @@ type procedure SetAnimationProgress(Progress: real); override; end; +const + ID='ID_016'; //for help system + implementation uses UGraphic, UMain, UIni, UTexture, UParty, UHelp, ULog; -- cgit v1.2.3