Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jul 23, 2013
1 parent d79d8ad commit 43c5142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/src/world/mapelement.cpp
Expand Up @@ -35,8 +35,8 @@ DENG2_PIMPL_NOREF(MapElement)
: type(type),
parent(parent),
map(0),
indexInArchive(NoIndex),
indexInMap(NoIndex)
indexInMap(NoIndex),
indexInArchive(NoIndex)
{}
};

Expand Down
1 change: 0 additions & 1 deletion doomsday/client/src/world/sector.cpp
Expand Up @@ -481,7 +481,6 @@ void Sector::updateSoundEmitterOrigin()

bool Sector::pointInside(Vector2d const &point) const
{
/// @todo Do not assume "this" sector is from the current map.
BspLeaf const &bspLeaf = map().bspLeafAt(point);
return bspLeaf.sectorPtr() == this && bspLeaf.pointInside(point);
}
Expand Down

0 comments on commit 43c5142

Please sign in to comment.