qbsp: fix comment in PortalThru helper

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-02-24 11:59:48 +10:30
parent 08ef637d97
commit 520a8bbfdf
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ PortalThru(int contents0, int contents1)
if (contents0 == CONTENTS_SOLID || contents1 == CONTENTS_SOLID)
return false;
/* If contents values are the same, contents are equal */
/* If contents values are the same and not solid, can see through */
if (contents0 == contents1)
return true;