Skip to content

Commit

Permalink
Fix auto mining
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramza13 committed Dec 22, 2020
1 parent 4d4ba92 commit 6155b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,7 @@ bool game::cancel_activity_query( const std::string &text )
}
if( query_yn( "%s %s", text, u.activity.get_stop_phrase() ) ) {
u.cancel_activity();
u.clear_destination();
u.resume_backlog_activity();
return true;
}
Expand Down

0 comments on commit 6155b32

Please sign in to comment.