| Summary: | [patch] Add LoadSFX macro due to naming concerns. | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Jason Felds <jafelds> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | x86_64 | ||
| OS: | Mac OS X (All) | ||
| Attachments: |
Patch to indicate to users that many audio file types can be used for sound effects.
Improved version of the SFX patcher: only three spots in play when I thought more. |
||
|
Description
Jason Felds
2015-06-20 12:11:27 UTC
Created attachment 2196 [details]
Improved version of the SFX patcher: only three spots in play when I thought more.
I only missed one other WAV call. This should cover them all. For some reason, I was thinking there was Mix_FreeWAV instead of Mix_FreeChunk.
This is not a bad idea, I think when we rev the API we'll switch to these names. Thanks! |