mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
Also check ALTTITLE
This commit is contained in:
parent
90c9a467f3
commit
51f1f4f2b1
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ main (int ac, char **av)
|
|||
{
|
||||
if (!(
|
||||
strcasecmp(var, "TITLE") &&
|
||||
strcasecmp(var, "ALTTITLE") &&
|
||||
strcasecmp(var, "AUTHORS")
|
||||
)){
|
||||
if (( val = strtok(0, "") ))
|
||||
|
|
Loading…
Reference in a new issue