Skip to content
Snippets Groups Projects
Commit 295d52f2 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Keep scoring points in colsize panic

parent 5d8c67cd
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ class State:
colsize = self.nrows - 2
if colsize >= COLSIZE_PANIC:
return cls.holes, cls.nmoves, cls.points, cls.fragmentation
return cls.holes, cls.points, cls.nmoves, cls.fragmentation
if colsize >= COLSIZE_PRIO:
return cls.causes_panic, cls.points, cls.holes, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment