git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7926 c06c8d41-db1a-0410-9941-cceddc491573
XRTOHTWN5RYHVTHZHCATUJ3YIGATOGNK7NHZELYWZAWSO3TYNXOAC
TGJZXTUIAKCFZQJ54ZQEBGFBVZSJCAX6AWDRSH3TP7UJRLGUM5SAC
JM7UAK777RAVDAVLQLEOBRTGNW2B47S5G55XITJXO243IUNZHVYQC
SVY2PTCLXR3KNPQAWXVXTTGCC5DR334HOAKHYO3VDDRWM2BWMALAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
TPPJRQ2NTCV3GI2VRHEXQJREDERPJODCJWUG5WCOQGN4REPPPAMAC
void cancel_cmd_all(std::string reason = "");
void cant_cmd_any(std::string reason = "");
}void game_state::cancel_cmd_all(std::string reason){ cancel_cmd_repeat(reason); cancel_cmd_again(reason);
}
void game_state::cancel_cmd_all(std::string reason)
{
cancel_cmd_repeat(reason);
cancel_cmd_again(reason);
}void game_state::cant_cmd_any(std::string reason){ cant_cmd_repeat(reason); cant_cmd_again(reason);
void game_state::cant_cmd_any(std::string reason)
cant_cmd_repeat(reason);
cant_cmd_again(reason);
crawl_state.cancel_cmd_repeat("You can no longer see the dungeon " "square you previously targeted.");
crawl_state.cancel_cmd_repeat("You can no longer see the dungeon "
"square you previously targeted.");
crawl_state.cancel_cmd_all("You can no longer see the dungeon " "square you previously targeted.");
crawl_state.cancel_cmd_all("You can no longer see the dungeon "
crawl_state.cancel_cmd_repeat("You are now standing on your " "previously targeted dungeon " "square.");
crawl_state.cancel_cmd_repeat("You are now standing on your "
"previously targeted dungeon "
"square.");
crawl_state.cancel_cmd_all("You are now standing on your " "previously targeted dungeon " "square.");
crawl_state.cancel_cmd_all("You are now standing on your "
crawl_state.cancel_cmd_repeat("Your previous target is now out of " "range.");
crawl_state.cancel_cmd_repeat("Your previous target is now out of "
"range.");
crawl_state.cancel_cmd_all("Your previous target is now out of " "range.");
crawl_state.cancel_cmd_all("Your previous target is now out of "
crawl_state.cancel_cmd_repeat("Your target is gone.");
crawl_state.cancel_cmd_all("Your target is gone.");
else if (!_is_target_in_range(you.prev_grd_targ, range))
else if (!_is_target_in_range(montarget->pos(), range))