(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
This commit is contained in:
@@ -35,11 +35,6 @@ struct Object : ObjectPool::PoolItem<&_object_pool> {
|
||||
/** Make sure the right destructor is called as well! */
|
||||
~Object() {}
|
||||
|
||||
/**
|
||||
* Get the object associated with a tile.
|
||||
* @param tile The tile to fetch the object for.
|
||||
* @return The object.
|
||||
*/
|
||||
static Object *GetByTile(TileIndex tile);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user