Browse Source

Fix white pixel glitch in light radius

How funny, just a simple signage issue :P
pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
f98ee885ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/lighting.cpp

2
Source/lighting.cpp

@ -1197,7 +1197,7 @@ void __cdecl MakeLightTable()
{
++v10;
}
if ( v10 == -1 )
if ( v10 == LOBYTE(-1) )
{
v11 = 0;
v10 = 0;

Loading…
Cancel
Save