Skip to content

Commit 7998802

Browse files
author
richelbilderbeek
committed
Expose #64
1 parent 066b99f commit 7998802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void replayer::do_move(game& g)
2727
// Do the move
2828
const auto& move{m_replay.get_moves().at(move_index)};
2929
#ifdef FIX_ISSUE_64
30-
const user_input input{move_to_user_input(g, move)};
30+
const user_input input{convert_move_to_user_input(g, move)};
3131
g.add_user_input(input);
3232
#else
3333
g.do_move(move);

0 commit comments

Comments
 (0)