medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 770b6211add827d724bdd49f79b0633f30e06a9e
parent 7c783f87269e62b5e6d4fdda9e7e2dca86023fd9
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Dec 11 14:40:48 +0200

32bit playing sound IDs

Diffstat:
mixer.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mixer.h b/mixer.h @@ -8,8 +8,8 @@ #include "platform_audio_output.h" -typedef u64 PlayingSoundID; -#define INVALID_SOUND_ID U64_MAX +typedef u32 PlayingSoundID; +#define INVALID_SOUND_ID U32_MAX enum MixerLoopBool { MIXER_DONTLOOP,