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]

go
c := -1

for _, cell := range frame.Cells {
	c++