Skip to content
Snippets Groups Projects
Select Git revision
5 results Searching

lua_mathlib.c

Blame
  • Forked from STJr / SRB2
    16200 commits behind the upstream repository.
    Monster Iestyn's avatar
    Monster Iestyn authored
    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.
    c6a2bde7
    History