From 4e6d87048c178dcbcd45d8ca8ac5da0f6e5d3354 Mon Sep 17 00:00:00 2001
From: b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Fri, 20 Jul 2007 21:57:15 +0000
Subject: just something for the credits screen (forgot this piece)

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@310 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 Game/Code/Classes/UMusic.pas | 1 +
 1 file changed, 1 insertion(+)

(limited to 'Game/Code')

diff --git a/Game/Code/Classes/UMusic.pas b/Game/Code/Classes/UMusic.pas
index 3fcd2a21..4e647ed3 100644
--- a/Game/Code/Classes/UMusic.pas
+++ b/Game/Code/Classes/UMusic.pas
@@ -407,6 +407,7 @@ procedure TMusic.Play;
 begin
   if Loaded then begin
 //    MediaPlayer.Play;
+    if Loop then BASS_ChannelPlay(Bass, True); // start from beginning... actually bass itself does not loop, nor does this TMusic Class
     BASS_ChannelPlay(Bass, False); // for setting position before playing
   end;
 end;
-- 
cgit v1.2.3