From 176e885ef6c5ae34c8c31c693b65e5a246146f3a Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 15 Sep 2008 17:24:24 +0000 Subject: 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. --- src/beingmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/beingmanager.h') 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. -- cgit v1.2.3-70-g09d2