Skip to content
Snippets Groups Projects
Commit f2f8906a authored by Monster Iestyn's avatar Monster Iestyn Committed by colette
Browse files

Use modulo, not bitwise AND. My fault once again, whoops.

The point here is ColorOpposite(MAXSKINCOLORS) would have given an actual result of its own since MAXSKINCOLORS & MAXSKINCOLORS is still MAXSKINCOLORS. This shouldn't happen though, as both Color_Opposite[MAXSKINCOLORS*2] and Color_Opposite[MAXSKINCOLOR*2+1] aren't defined.
parent 0f2a0927
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment