Even more conversion, lots of superfluous macro removal
This commit is contained in:
@@ -48,7 +48,7 @@ static void S_MODPLUG_SetSettings (snd_stream_t *stream)
|
||||
}
|
||||
}
|
||||
|
||||
static qboolean S_MODPLUG_CodecInitialize (void)
|
||||
static bool S_MODPLUG_CodecInitialize (void)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
@@ -57,7 +57,7 @@ static void S_MODPLUG_CodecShutdown (void)
|
||||
{
|
||||
}
|
||||
|
||||
static qboolean S_MODPLUG_CodecOpenStream (snd_stream_t *stream)
|
||||
static bool S_MODPLUG_CodecOpenStream (snd_stream_t *stream)
|
||||
{
|
||||
/* need to load the whole file into memory and pass it to libmodplug */
|
||||
byte *moddata;
|
||||
|
||||
Reference in New Issue
Block a user