mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-15 20:42:33 +00:00
Forgot the continue statements
This commit is contained in:
parent
a4dc3faf45
commit
a0a3a8b4e0
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue