Skip to content

Commit

Permalink
Expose #64
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 30, 2022
1 parent 066b99f commit 7998802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void replayer::do_move(game& g)
// Do the move
const auto& move{m_replay.get_moves().at(move_index)};
#ifdef FIX_ISSUE_64
const user_input input{move_to_user_input(g, move)};
const user_input input{convert_move_to_user_input(g, move)};
g.add_user_input(input);
#else
g.do_move(move);
Expand Down

0 comments on commit 7998802

Please sign in to comment.