------------------------------------------------------------------------ r2742 | helixhorned | 2012-06-06 15:03:35 -0700 (Wed, 06 Jun 2012) | 4 lines Silence "number greater than INT32_MAX converted to a negative one" warning. Literals written out as if they were unsigned and having the highest-order bit set are all too ubiquitous, like hitscan masks for example. ------------------------------------------------------------------------ r2741 | helixhorned | 2012-06-06 15:03:32 -0700 (Wed, 06 Jun 2012) | 1 line TROR/classic: same fix as r2739, intersecting case. ------------------------------------------------------------------------