Copying by value instead of iterating (d2dcc)
Author: gravestenchCreated May 31, 2021Updated May 31, 2021
LabelsCode Cleanup
dcc_direction.go:188 dcc_direction.go:192
the issue here is that cell is a copy of frame.Cells[c]
c := -1
for _, cell := range frame.Cells {
c++Source: OpenDiablo2/OpenDiablo2