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/UScreenMain.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Game/Code/Screens/UScreenMain.pas') diff --git a/Game/Code/Screens/UScreenMain.pas b/Game/Code/Screens/UScreenMain.pas index 4b6c58a4..91a9e620 100644 --- a/Game/Code/Screens/UScreenMain.pas +++ b/Game/Code/Screens/UScreenMain.pas @@ -7,9 +7,6 @@ uses type TScreenMain = class(TMenu) - const - ID='ID_003'; //for help system - public TextDescription: integer; TextDescriptionLong: integer; @@ -28,6 +25,9 @@ type //function Draw: boolean; override; end; +const + ID='ID_003'; //for help system + implementation uses Windows, UPlaylist, UGraphic, UMain, UIni, UTexture, USongs, Textgl, opengl, ULanguage, UParty, UDLLManager, UScreenCredits, USkins, ULog; -- cgit v1.2.3