Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 11, 2010, 4:14:53 PM (15 years ago)
Author:
erwin
Message:

last one for today

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound5/src/orxonox/sound/AmbientSound.cc

    r6509 r6510  
    3737#include "SoundStreamer.h"
    3838
     39#include <AL/alut.h>
     40
    3941namespace orxonox
    4042{
     
    5961            // Smoothly fade out by keeping a SmartPtr
    6062            SoundManager::getInstance().unregisterAmbientSound(this);
     63            this->soundstreamthread_.interrput();
    6164        }
    6265    }
Note: See TracChangeset for help on using the changeset viewer.