]> git.mxchange.org Git - simgear.git/commit
get rid of aut_ptr, it only works with objects that can destroyed with delete (and...
authorehofman <ehofman>
Sat, 24 Oct 2009 08:18:09 +0000 (08:18 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 24 Oct 2009 17:29:41 +0000 (19:29 +0200)
commit7c5de29b61de09b181672572164064ee3ca375cc
tree44d4256418d4291747b0a0b4692dfd677f1d0413
parent5f9befebaed1c185a196acd709b2677247461a0f
get rid of aut_ptr, it only works with objects that can destroyed with delete (and not even delete[]) which is too limited. take drastic actions to find the sound-not-playing-bug: set all positions and orientations to default all the time.
simgear/sound/sample_group.cxx
simgear/sound/sample_openal.cxx
simgear/sound/sample_openal.hxx
simgear/sound/soundmgr_openal.cxx