Missing of UseOGGSoundDecoder() is not noticed by the debugger
Missing of UseOGGSoundDecoder() is not noticed by the debugger
I forgot UseOGGSoundDecoder() when loading ogg files. The Debugger was just silent. I was wondering about the graphics errors and the strange behavior of my program and it took a while to find the cause.
Re: 6.10 b2 - Missing of UseOGGSoundDecoder() is not noticed by the debugger
LoadSound() should returns 0 if not loaded, or did something else happened ?
Re: 6.10 b2 - Missing of UseOGGSoundDecoder() is not noticed by the debugger
Strange things in my case, but it seems it's all because LoadSound returned 0. I haven't checked the return from LoadSound.Fred wrote: Mon Jan 15, 2024 10:18 am LoadSound() should returns 0 if not loaded, or did something else happened ?
In this case it probably wasn't a bug.

