Forgot the continue statements

This commit is contained in:
MascaraSnake 2019-02-03 17:07:13 +01:00
parent 00cad05550
commit 5eb089cc14

View file

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