TeeMee123
Results
1
issues of
TeeMee123
https://github.com/shylor/miniventure/blob/04c1c3253a2550d09c06e261477a8f75d0cdbd00/src/com/mojang/ld22/level/Level.java#L107 It is used in a few other lines too dealing with coordinates and dimensions. `>>` 4 means a right bit-shift of 4 places. E.g. 01101001 (105) becomes 0110 (6),...