mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
snd_SoundHandle OK
This commit is contained in:
+1
-1
@@ -1062,7 +1062,7 @@ config.libs = [
|
||||
Object(NonMatching, "nw4r/snd/snd_SoundArchiveFile.cpp"),
|
||||
Object(NonMatching, "nw4r/snd/snd_SoundArchiveLoader.cpp"),
|
||||
Object(NonMatching, "nw4r/snd/snd_SoundArchivePlayer.cpp"),
|
||||
Object(NonMatching, "nw4r/snd/snd_SoundHandle.cpp"),
|
||||
Object(Matching, "nw4r/snd/snd_SoundHandle.cpp"),
|
||||
Object(NonMatching, "nw4r/snd/snd_SoundHeap.cpp"),
|
||||
Object(NonMatching, "nw4r/snd/snd_SoundPlayer.cpp"),
|
||||
Object(NonMatching, "nw4r/snd/snd_SoundStartable.cpp"),
|
||||
|
||||
@@ -28,9 +28,11 @@ void SoundHandle::detail_AttachSoundAsTempHandle(detail::BasicSound* pSound) {
|
||||
mSound->DetachTempGeneralHandle();
|
||||
}
|
||||
|
||||
/*
|
||||
if (mSound->IsAttachedTempSpecialHandle()) {
|
||||
mSound->DetachTempSpecialHandle();
|
||||
}
|
||||
*/
|
||||
|
||||
mSound->mTempGeneralHandle = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user