mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 02:42:49 +00:00
mname not mnaame
This commit is contained in:
parent
a5cad1d35c
commit
e3bc03b5ff
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ boolean S_MusicPaused(void);
|
||||||
boolean S_MusicNotInFocus(void);
|
boolean S_MusicNotInFocus(void);
|
||||||
musictype_t S_MusicType(void);
|
musictype_t S_MusicType(void);
|
||||||
const char *S_MusicName(void);
|
const char *S_MusicName(void);
|
||||||
boolean S_MusicExists(const char *mnaame, boolean checkMIDI, boolean checkDigi);
|
boolean S_MusicExists(const char *mname, boolean checkMIDI, boolean checkDigi);
|
||||||
#define S_DigExists(a) S_MusicExists(a, false, true)
|
#define S_DigExists(a) S_MusicExists(a, false, true)
|
||||||
#define S_MIDIExists(a) S_MusicExists(a, true, false)
|
#define S_MIDIExists(a) S_MusicExists(a, true, false)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue