diff options
author | Ira Rice <irarice@gmail.com> | 2008-09-15 17:24:24 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-09-15 17:24:24 +0000 |
commit | 176e885ef6c5ae34c8c31c693b65e5a246146f3a (patch) | |
tree | a518013432ebd4f8e70a1240fe4c6931b3c7c459 /src/beingmanager.h | |
parent | 175a930a09c657525e67a1faccd1f9569ec4d28f (diff) | |
download | mana-176e885ef6c5ae34c8c31c693b65e5a246146f3a.tar.gz mana-176e885ef6c5ae34c8c31c693b65e5a246146f3a.tar.bz2 mana-176e885ef6c5ae34c8c31c693b65e5a246146f3a.tar.xz mana-176e885ef6c5ae34c8c31c693b65e5a246146f3a.zip |
Commented out getBeingByPixel because it really isn't used, nor is there
much sense to. Shouldn't make any visible changes to performance yet,
but I trimmed it out for now anyways.
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r-- | src/beingmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h index ff2d1980..f8391855 100644 --- a/src/beingmanager.h +++ b/src/beingmanager.h @@ -67,7 +67,7 @@ class BeingManager * Return a being at specific coordinates. */ Being* findBeing(Uint16 x, Uint16 y, Being::Type type = Being::UNKNOWN); - Being* findBeingByPixel(Uint16 x, Uint16 y); + //Being* findBeingByPixel(Uint16 x, Uint16 y); /** * Return a being nearest to specific coordinates. |