We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066b99f commit 7998802Copy full SHA for 7998802
replayer.cpp
@@ -27,7 +27,7 @@ void replayer::do_move(game& g)
27
// Do the move
28
const auto& move{m_replay.get_moves().at(move_index)};
29
#ifdef FIX_ISSUE_64
30
- const user_input input{move_to_user_input(g, move)};
+ const user_input input{convert_move_to_user_input(g, move)};
31
g.add_user_input(input);
32
#else
33
g.do_move(move);
0 commit comments