[Orxonox-commit 1789] r6507 - code/branches/sound5/src/orxonox/sound

erwin at orxonox.net erwin at orxonox.net
Thu Mar 11 15:40:14 CET 2010


Author: erwin
Date: 2010-03-11 15:40:14 +0100 (Thu, 11 Mar 2010)
New Revision: 6507

Modified:
   code/branches/sound5/src/orxonox/sound/AmbientSound.cc
Log:
Found a few new places to change things for file streaming

Modified: code/branches/sound5/src/orxonox/sound/AmbientSound.cc
===================================================================
--- code/branches/sound5/src/orxonox/sound/AmbientSound.cc	2010-03-11 14:16:12 UTC (rev 6506)
+++ code/branches/sound5/src/orxonox/sound/AmbientSound.cc	2010-03-11 14:40:14 UTC (rev 6507)
@@ -176,7 +176,7 @@
 
     void AmbientSound::doStop()
     {
-        SUPER(AmbientSound, doStop);
+        BaseSound::doStop();
         this->soundstreamthread_.interrupt();
     }
 }




More information about the Orxonox-commit mailing list