diff options
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r-- | src/beingmanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h index 7be9f3f8..83c7da44 100644 --- a/src/beingmanager.h +++ b/src/beingmanager.h @@ -87,12 +87,12 @@ class BeingManager * larger, no being is returned. * @param type The type of being to look for. */ - Being *findNearestLivingBeing(Being *aroundBeing, int maxTileDist, + Being *findNearestLivingBeing(Being *aroundBeing, int maxTileDist, Being::Type type = Being::UNKNOWN) const; - /** - * Finds a being by name and (optionally) by type. - */ + /** + * Finds a being by name and (optionally) by type. + */ Being *findBeingByName(const std::string &name, Being::Type type = Being::UNKNOWN) const; |