I missed a line that was supposed to be in 2012-12-31T19:58:45Z!jt_coding@verizon.net.

This commit is contained in:
J. Tyne 2012-12-31 21:30:47 +00:00
parent 1d2b2dff69
commit beb4b111da

View file

@ -1061,6 +1061,7 @@ bool menu_handler::do_recall(const unit& un, int side_num, const map_location& r
if ( !actions::recall_unit(un.id(), current_team, recall_location, recall_from) )
{
ERR_NG << "menu_handler::do_recall(): Unit doesn't exist in recall list.\n";
recorder.undo();
return false;
}