maseck
Results
1
comments of
maseck
I have some optimized los code if anybody needs it. ``` std::vector Map::line_of_sight(int x0, int y0, int z0, int x1, int y1, int z1) { const int dx = x1...