Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 13, 2012
1 parent c171b04 commit 9d75902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/p_mapdata.h
Expand Up @@ -44,7 +44,7 @@ extern "C" {
#define GET_SIDE_IDX(si) GameMap_SideDefIndex(theMap, si)
#define GET_SECTOR_IDX(sec) GameMap_SectorIndex(theMap, sec)
#define GET_HEDGE_IDX(he) GameMap_HEdgeIndex(theMap, he)
#define GET_BSPLEAF_IDX(bspLeaf) GameMap_BspLeafIndex(theMap, bspLeaf)
#define GET_BSPLEAF_IDX(bl) GameMap_BspLeafIndex(theMap, bl)
#define GET_BSPNODE_IDX(nd) GameMap_BspNodeIndex(theMap, nd)

#define VERTEX_PTR(idx) GameMap_Vertex(theMap, idx)
Expand Down

0 comments on commit 9d75902

Please sign in to comment.