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.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/Game/Code/Classes/USong.pas b/Game/Code/Classes/USong.pas
index 3c365720..66e6f680 100644
--- a/Game/Code/Classes/USong.pas
+++ b/Game/Code/Classes/USong.pas
@@ -124,10 +124,13 @@ uses
constructor TSong.Create();
begin
+ inherited;
end;
constructor TSong.Create( const aFileName : WideString );
begin
+ inherited Create();
+
Mult := 1;
MultBPM := 4;
fFileName := aFileName;