mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add S_MidiPlaying and S_MusicPlaying via I_MIDIPlaying and I_MusicPlaying
# Conflicts: # src/sdl12/mixer_sound.c
This commit is contained in:
parent
9604fe2e22
commit
53c176e922
1 changed files with 10 additions and 0 deletions
|
|
@ -507,6 +507,16 @@ boolean I_MusicPlaying(void)
|
||||||
return (boolean)music;
|
return (boolean)music;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
boolean I_MIDIPlaying(void)
|
||||||
|
{
|
||||||
|
return midimode && music;
|
||||||
|
}
|
||||||
|
|
||||||
|
boolean I_MusicPlaying(void)
|
||||||
|
{
|
||||||
|
return (boolean)music;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Digital Music
|
// Digital Music
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue