aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSing.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-03-03 19:41:34 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-03-03 19:41:34 +0000
commitf570ce2a6e99767597c22364665b600e591cb2ef (patch)
tree9a1a9fb25a04313181350b79dc87d84f9d0cef10 /Game/Code/Screens/UScreenSing.pas
parent30ec686cbf1273109844589abe663ce9425211b7 (diff)
downloadusdx-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 'Game/Code/Screens/UScreenSing.pas')
-rw-r--r--Game/Code/Screens/UScreenSing.pas8
1 files changed, 4 insertions, 4 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index 0469a017..22f8c8ac 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -12,9 +12,6 @@ type
end;
TScreenSing = class(TMenu)
- const
- ID='ID_023'; //for help system
-
protected
paused: boolean; //Pause Mod
PauseTime: Real;
@@ -110,10 +107,13 @@ type
procedure DrawMedleyCountdown();
end;
+const
+ ID='ID_023'; //for help system
+
implementation
uses UGraphic, UDataBase, UDraw, UMain, Classes, URecord, ULanguage, UHelp, math,
UPartyM2, UParty;
-
+
// Method for input parsing. If False is returned, GetNextWindow
// should be checked to know the next window to load;
function TScreenSing.ParseInput(PressedKey: Cardinal; ScanCode: byte; PressedDown: Boolean): Boolean;