Even more conversion, lots of superfluous macro removal
This commit is contained in:
@@ -81,7 +81,7 @@ static BOOL MIK_Eof (MREADER *r)
|
||||
return FS_feof(((mik_priv_t *)r)->fh);
|
||||
}
|
||||
|
||||
static qboolean S_MIKMOD_CodecInitialize (void)
|
||||
static bool S_MIKMOD_CodecInitialize (void)
|
||||
{
|
||||
if (mikmod_codec.initialized)
|
||||
return true;
|
||||
@@ -129,7 +129,7 @@ static void S_MIKMOD_CodecShutdown (void)
|
||||
}
|
||||
}
|
||||
|
||||
static qboolean S_MIKMOD_CodecOpenStream (snd_stream_t *stream)
|
||||
static bool S_MIKMOD_CodecOpenStream (snd_stream_t *stream)
|
||||
{
|
||||
mik_priv_t *priv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user