]> git.cworth.org Git - lmno-server/commitdiff
Consistently use null value to reset the ambiguities list
authorCarl Worth <cworth@cworth.org>
Fri, 26 Jun 2020 14:31:43 +0000 (07:31 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 26 Jun 2020 14:31:43 +0000 (07:31 -0700)
The constructor has always been setting ambiguities to null, but on
game reset it was getting set to 0 instead. The test suite noticed
this inconsistency, which we fix here to make a recently-added test
start passing.


No differences found