mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +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_Rolloff,
|
||||||
SI_Volume,
|
SI_Volume,
|
||||||
SI_MusicAlias,
|
SI_MusicAlias,
|
||||||
|
SI_EDFOverride,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Blood was a cool game. If Monolith ever releases the source for it,
|
// Blood was a cool game. If Monolith ever releases the source for it,
|
||||||
|
@ -244,6 +245,7 @@ static const char *SICommandStrings[] =
|
||||||
"$rolloff",
|
"$rolloff",
|
||||||
"$volume",
|
"$volume",
|
||||||
"$musicalias",
|
"$musicalias",
|
||||||
|
"$edfoverride",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1073,6 +1075,7 @@ static void S_AddSNDINFO (int lump)
|
||||||
|
|
||||||
case SI_Registered:
|
case SI_Registered:
|
||||||
// I don't think Hexen even pays attention to the $registered command.
|
// I don't think Hexen even pays attention to the $registered command.
|
||||||
|
case SI_EDFOverride:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SI_ArchivePath:
|
case SI_ArchivePath:
|
||||||
|
|
Loading…
Reference in a new issue