From: Carl Worth Date: Sat, 20 Jun 2020 20:14:29 +0000 (-0700) Subject: Fix bug where second players first move was forced to match first player's X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=c6ffca52b75480ad51ff1907a990b02f64885476;hp=c6ffca52b75480ad51ff1907a990b02f64885476;p=lmno.games Fix bug where second players first move was forced to match first player's When the last_two_moves array has only one entry in it, then index 0 is the last move, not two moves ago, so we don't actually want to look at that. ---