]> git.cworth.org Git - lmno-server/commit
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)
commit7cfa4c75739452a6022e2266cc4d6444ef79f4a5
tree73803f9e759ac7259da95a9b4bb8745ded7d9499
parent04466f7f35cfe583ee872dd272ded15be2bf1e0b
Consistently use null value to reset the ambiguities list

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.
empathy.js