diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-02-22 00:02:09 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-02-22 00:02:09 -0700 |
commit | 4406b2fd90a5d4656bc923bf5c751e4c5250a0d2 (patch) | |
tree | bf25813b8711fb1dd51a77104a63a9c9647a60df /src/beingmanager.h | |
parent | 7c925545419eeda0b0b26b290a9ec0412960fbd8 (diff) | |
download | mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.gz mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.bz2 mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.xz mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.zip |
Cleanup some popup-related code and make sure BeingPopup is included
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; |