- fixed a few warnings pointed out by GCC.

This commit is contained in:
Christoph Oelckers 2023-03-26 10:35:33 +02:00
commit cffe67dcee
5 changed files with 19 additions and 9 deletions

View file

@ -828,7 +828,7 @@ void MapLoader::FixHoles()
segloops.Reserve(1);
auto *segloop = &segloops.Last();
seg_t *startseg;
seg_t *startseg = nullptr;
seg_t *checkseg;
while (bogussegs.Size() > 0)
{