Thread
:
AngelScript Requests & Help
View Single Post
Violet CLM
JCF Éminence Grise
Joined: Mar 2001
Posts: 11,090
Aug 4, 2014, 02:13 AM
#
142
Instead of
p.xPos / 32
, try
int(p.xPos / 32)
. Otherwise you're comparing a float to an integer and the chances are rather lower they'll be equal.
__________________
Violet CLM
View Public Profile
Send a private message to Violet CLM
Find More Posts by Violet CLM