mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 02:01:31 +00:00
- fixed Clang warnings
This commit is contained in:
parent
4a486f5a10
commit
81c7e7671f
2 changed files with 2 additions and 1 deletions
|
@ -482,7 +482,7 @@ static void GroupData(TArray<loopcollect>& collect, TArray<sectionbuildsector>&
|
|||
builder.sections.Last().loops.Push(std::move(loop));
|
||||
for (auto c: outside[a])
|
||||
{
|
||||
if (inside[c] == a)
|
||||
if (inside[c] == (int)a)
|
||||
{
|
||||
auto& iloop = sectloops[c];
|
||||
builder.sections.Last().wallcount += iloop.Size() - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue