Cleaning up some comments.

This commit is contained in:
J. Tyne 2012-09-03 18:43:03 +00:00
parent 6c4a205be9
commit 5d9750a46d
2 changed files with 3 additions and 5 deletions

View file

@ -408,8 +408,8 @@ bool shroud_clearer::fire_events()
/**
* The invalidations that should occur after invoking clear_shroud_unit().
* This is separate since clear_shroud_unit() might be invoked several
* The invalidations that should occur after invoking clear_unit().
* This is separate since clear_unit() might be invoked several
* times in a row, and the invalidations might only need to be done once.
*/
void shroud_clearer::invalidate_after_clear()

View file

@ -73,9 +73,7 @@ public:
/// Fires the sighted events that were earlier recorded by fog/shroud clearing.
bool fire_events();
/// The invalidations that should occur after invoking clear_shroud_unit().
/// This is separate since clear_shroud_unit() might be invoked several
/// times in a row, and the invalidations might only need to be done once.
/// The invalidations that should occur after invoking clear_unit().
void invalidate_after_clear();
private: