mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Add $edfoverride to SNDINFO for the sake of ignorability.
SVN r3174 (trunk)
This commit is contained in:
parent
d3b44a4172
commit
7ae888e726
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,7 @@ enum SICommands
|
|||
SI_Rolloff,
|
||||
SI_Volume,
|
||||
SI_MusicAlias,
|
||||
SI_EDFOverride,
|
||||
};
|
||||
|
||||
// Blood was a cool game. If Monolith ever releases the source for it,
|
||||
|
@ -244,6 +245,7 @@ static const char *SICommandStrings[] =
|
|||
"$rolloff",
|
||||
"$volume",
|
||||
"$musicalias",
|
||||
"$edfoverride",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@ -1073,6 +1075,7 @@ static void S_AddSNDINFO (int lump)
|
|||
|
||||
case SI_Registered:
|
||||
// I don't think Hexen even pays attention to the $registered command.
|
||||
case SI_EDFOverride:
|
||||
break;
|
||||
|
||||
case SI_ArchivePath:
|
||||
|
|
Loading…
Reference in a new issue