aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UMain.pas
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-27 11:58:51 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-27 11:58:51 +0000
commit2221d3db9408f3d7c6ee0ab0cc024e253cac80e0 (patch)
treef12b90b0d39eaa4aaf79210c29ea02a1e8b7a8e2 /Game/Code/Classes/UMain.pas
parent1acdd4a165647aa45d44f537326506d97c90c121 (diff)
downloadusdx-2221d3db9408f3d7c6ee0ab0cc024e253cac80e0.tar.gz
usdx-2221d3db9408f3d7c6ee0ab0cc024e253cac80e0.tar.xz
usdx-2221d3db9408f3d7c6ee0ab0cc024e253cac80e0.zip
fixed compile error from whiteshark..
now it compiles :) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@435 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UMain.pas20
1 files changed, 20 insertions, 0 deletions
diff --git a/Game/Code/Classes/UMain.pas b/Game/Code/Classes/UMain.pas
index 878ff35c..8dd8c0a3 100644
--- a/Game/Code/Classes/UMain.pas
+++ b/Game/Code/Classes/UMain.pas
@@ -45,6 +45,26 @@ type
//LineBonus Mod
ScoreLast: Real;//Last Line Score
+ ScorePercent: integer;//Aktual Fillstate of the SingBar
+ ScorePercentTarget: integer;//Target Fillstate of the SingBar
+ //end Singbar Mod
+
+ //PhrasenBonus - Line Bonus Mod
+ LineBonus_PosX: Single;
+ LineBonus_PosY: Single;
+ LineBonus_Alpha: Single;
+ LineBonus_Visible: boolean;
+ LineBonus_Text: string;
+ LineBonus_Color: TRGB;
+ LineBonus_Age: Integer;
+ LineBonus_Rating: Integer;
+ //Variable vor Positioning -> Set on ScreenShow, different when Playercount Changes
+ LineBonus_TargetX: integer;
+ LineBonus_TargetY: integer;
+ LineBonus_StartX: integer;
+ LineBonus_StartY: integer;
+ //PhrasenBonus - Line Bonus Mod End
+
//PerfectLineTwinkle Mod (effect)
LastSentencePerfect: Boolean;