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/UScreenStatMain.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Game/Code/Screens/UScreenStatMain.pas') diff --git a/Game/Code/Screens/UScreenStatMain.pas b/Game/Code/Screens/UScreenStatMain.pas index 8f5c3cd1..b82e655c 100644 --- a/Game/Code/Screens/UScreenStatMain.pas +++ b/Game/Code/Screens/UScreenStatMain.pas @@ -7,9 +7,6 @@ uses type TScreenStatMain = class(TMenu) - const - ID='ID_028'; //for help system - private //Some Stat Value that don't need to be calculated 2 times SongswithVid: Cardinal; @@ -23,6 +20,9 @@ type procedure SetOverview; end; +const + ID='ID_028'; //for help system + implementation uses UGraphic, UDataBase, USongs, ULanguage, windows, ULog, UHelp; -- cgit v1.2.3