mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Remove empty 'else' block (also leftover)
This commit is contained in:
parent
5090de5809
commit
2d4411d077
1 changed files with 0 additions and 1 deletions
|
@ -3004,7 +3004,6 @@ static void P_AddBinaryMapTags(void)
|
|||
if (Tag_Find(§ors[j].tags, target_tags[k])) {
|
||||
Tag_Add(§ors[j].tags, tag);
|
||||
break;
|
||||
} else {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue