aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UMain.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UMain.pas')
-rw-r--r--Game/Code/Classes/UMain.pas5
1 files changed, 3 insertions, 2 deletions
diff --git a/Game/Code/Classes/UMain.pas b/Game/Code/Classes/UMain.pas
index 35c84059..795f2241 100644
--- a/Game/Code/Classes/UMain.pas
+++ b/Game/Code/Classes/UMain.pas
@@ -7,6 +7,7 @@ uses SDL, UGraphic, UMusic, URecord, UTime, SysUtils, UDisplay, UIni, ULog, ULyr
type
TPlayer = record
Name: string;
+ VoiceFile: string; //Recorded Voice
Score: real;
ScoreLine: real;
@@ -70,8 +71,8 @@ type
TStats = record
Player: array of TPlayer;
- SongArtist: UTF8String;
- SongTitle: UTF8String;
+ SongArtist: String;
+ SongTitle: String;
end;
TMedleyPlaylist = record