1
0
Fork 0

Fix white pixel glitch in light radius

How funny, just a simple signage issue :P
pull/18/head
galaxyhaxz 2018-06-15 20:48:12 -05:00 committed by GitHub
parent 195096196d
commit f98ee885ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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