Forgot the continue statements

This commit is contained in:
MascaraSnake 2019-02-03 17:07:13 +01:00
parent 00cad05550
commit 5eb089cc14
1 changed files with 2 additions and 0 deletions

View File

@ -3554,6 +3554,7 @@ static void DEH_LoadDehackedFile(MYFILE *f, boolean mainfile)
ignorelines(f);
}
}
continue;
}
else if (fastcmp(word, "EXTRAEMBLEM"))
{
@ -3579,6 +3580,7 @@ static void DEH_LoadDehackedFile(MYFILE *f, boolean mainfile)
ignorelines(f);
}
}
continue;
}
if (word2)
{