Merge branch 'master' into floatcvt

This commit is contained in:
Christoph Oelckers 2016-03-24 18:32:47 +01:00
commit 4874fe2361
3 changed files with 4 additions and 2 deletions

View file

@ -156,6 +156,8 @@ static void BuildBlockmap()
void FLinePortalTraverse::AddLineIntercepts(int bx, int by)
{
if (by < 0 || by >= bmapheight || bx < 0 || bx >= bmapwidth) return;
FPortalBlock &block = PortalBlockmap(bx, by);
for (unsigned i = 0; i<block.portallines.Size(); i++)