not sure what that was

This commit is contained in:
Josh Holtrop 2012-10-03 23:27:39 -04:00
parent b36725e471
commit ef4780ab3c

View File

@ -40,7 +40,6 @@ Map::Map(int width, int height, float tile_size)
|| (outer_out.point_within(y, x)
&& !outer_in.point_within(y, x)))
{
refptr<HexTile> get_tile_at(float x, float y);
ht = new HexTile(x, y, tile_size);
}