diff options
Diffstat (limited to 'lib/chessh/ssh/client/game/game.ex')
-rw-r--r-- | lib/chessh/ssh/client/game/game.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chessh/ssh/client/game/game.ex b/lib/chessh/ssh/client/game/game.ex index 738832e..6103439 100644 --- a/lib/chessh/ssh/client/game/game.ex +++ b/lib/chessh/ssh/client/game/game.ex @@ -221,6 +221,7 @@ defmodule Chessh.SSH.Client.Game do _width, _height, action, + _data, %State{ move_from: move_from, cursor: %{x: cursor_x, y: cursor_y} = cursor, |