aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/USong.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/USong.pas')
-rw-r--r--Game/Code/Classes/USong.pas13
1 files changed, 7 insertions, 6 deletions
diff --git a/Game/Code/Classes/USong.pas b/Game/Code/Classes/USong.pas
index 27c79a71..d6021811 100644
--- a/Game/Code/Classes/USong.pas
+++ b/Game/Code/Classes/USong.pas
@@ -42,12 +42,6 @@ type
StartBeat: real;
end;
- TScore = record
- Name: widestring;
- Score: integer;
- Length: string;
- end;
-
{TSong = class
FileLineNo : integer; //Line which is readed at Last, for error reporting
@@ -113,7 +107,14 @@ type
procedure clear();
end; }
+ TScore = record
+ Name: widestring;
+ Score: integer;
+ Length: string;
+ end;
+
AScore = Array[0..4] of TScore;
+
{*******************
New TSong Class.
Containing some Methods for DB communication