diff options
Diffstat (limited to 'lib/chessh/ssh/client/game/previous_game.ex')
-rw-r--r-- | lib/chessh/ssh/client/game/previous_game.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chessh/ssh/client/game/previous_game.ex b/lib/chessh/ssh/client/game/previous_game.ex index 73de868..3582cc9 100644 --- a/lib/chessh/ssh/client/game/previous_game.ex +++ b/lib/chessh/ssh/client/game/previous_game.ex @@ -57,6 +57,7 @@ defmodule Chessh.SSH.Client.PreviousGame do _width, _height, action, + _data, %State{ move_idx: move_idx, flipped: flipped, |