forked from bartvdbraak/blender
7811d7209a
source/creator/creator.c changed ifdef's around fpe_handler to match when its actually used. intern/SoundSystem/intern/SND_AudioDevice.cpp Changed: SND_SoundObject* oldobject = oldobject = pIdObject->GetSoundObject(); to: SND_SoundObject* oldobject = pIdObject->GetSoundObject(); intern/SoundSystem/openal/SND_OpenALDevice.cpp removed unused var. source/blender/blenkernel/intern/mball.c initalized a couple of vars that might have been used uninitalized. The rest were changing types to match, most of them were something like was short * should have been unsigned short *. Kent |
||
---|---|---|
.. | ||
Makefile | ||
SND_AudioDevice.cpp | ||
SND_AudioDevice.h | ||
SND_C-api.cpp | ||
SND_CDObject.cpp | ||
SND_DeviceManager.cpp | ||
SND_IdObject.cpp | ||
SND_IdObject.h | ||
SND_Scene.cpp | ||
SND_SoundListener.cpp | ||
SND_SoundObject.cpp | ||
SND_Utils.cpp | ||
SND_WaveCache.cpp | ||
SND_WaveSlot.cpp |