From 3af68ff0276ca4ab0ec601f9414b090d00f70321 Mon Sep 17 00:00:00 2001
From: tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Tue, 13 May 2008 18:57:14 +0000
Subject: This was not supposed for check-in

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1089 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 Game/Code/Classes/UAudioPlayback_SoftMixer.pas | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'Game/Code/Classes')

diff --git a/Game/Code/Classes/UAudioPlayback_SoftMixer.pas b/Game/Code/Classes/UAudioPlayback_SoftMixer.pas
index 8ffe55ac..714e19ae 100644
--- a/Game/Code/Classes/UAudioPlayback_SoftMixer.pas
+++ b/Game/Code/Classes/UAudioPlayback_SoftMixer.pas
@@ -302,7 +302,7 @@ begin
   Stop();
 
   // reset and/or free data
-
+  
   Loop := false;
 
   // TODO: use DecodeStream.Unref() instead of Free();
@@ -450,8 +450,8 @@ begin
     mixer.RemoveStream(Self);
 
   // rewind (note: DecodeStream might be closed already, but this is not a problem)
-//  if assigned(DecodeStream) then
-//    DecodeStream.Position := 0;
+  if assigned(DecodeStream) then
+    DecodeStream.Position := 0;
 end;
 
 function TGenericPlaybackStream.GetLoop(): boolean;
-- 
cgit v1.2.3