- filter out the BIGFONT lump in Chex Quest, now that we have a more complete font internally.

This commit is contained in:
Christoph Oelckers 2019-03-03 07:49:21 +01:00
commit f3813c036f
5 changed files with 13 additions and 1 deletions

View file

@ -489,6 +489,7 @@ void GLWall::PutPortal(HWDrawInfo *di, int ptype, int plane)
{
auto pstate = screen->mPortalState;
HWPortal * portal = nullptr;
return;
MakeVertices(di, false);
switch (ptype)