User contributions for Breakthrough
Jump to navigation
Jump to search
4 June 2012
- 17:1517:15, 4 June 2012 diff hist +10 Adding Firing Modes to your weapons Left-shifting a 32-bit value by 32 places is an undefined result (and simply won't work). The maximum you can shift a given value by is 31 bits, since 0x1 << 32 == 0x80000000. current