- give the hardware renderer's drawinfo its own level pointer

This commit is contained in:
Christoph Oelckers 2019-01-25 01:26:16 +01:00
commit ba114f6f23
33 changed files with 172 additions and 157 deletions

View file

@ -625,7 +625,7 @@ void DThinker::RunThinkers ()
auto next = light->next;
light->Tick();
light = next;
}
}
}
else
{