Skip to content

Commit

Permalink
cp on floating connect
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed Oct 16, 2024
1 parent 1e4bd3c commit 48b7985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/src/game.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9844,6 +9844,8 @@ game::check_click_conn(int x, int y)
return true;
}

undo.checkpoint("Connection");

if (W->is_adventure() && W->is_playing()) {
this->apply_connection(c, c->option);
} else {
Expand Down

0 comments on commit 48b7985

Please sign in to comment.