Merge pull request #1671 from John3/fixFatalOutRange

Fix bug #1664 by @Areloch
This commit is contained in:
Areloch 2016-07-03 11:42:13 -05:00 committed by GitHub
commit 95c0bcd411

View file

@ -860,6 +860,7 @@ void TSStatic::unpackUpdate(NetConnection *con, BitStream *stream)
stream->read(&mRenderNormalScalar);
stream->read(&mForceDetail);
mPlayAmbient = stream->readFlag();
}
mUseAlphaFade = stream->readFlag();