Skip to content

Commit

Permalink
World|Map: Defined missing Map::lumobj(int index) lookup method
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Oct 12, 2013
1 parent 86eb38c commit 0469da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/include/world/map.h
Expand Up @@ -591,7 +591,7 @@ class Map
/**
* Lookup a lumobj in the map by it's unique @a index.
*/
Lumobj *lumobj(int index) const;
inline Lumobj *lumobj(int index) const { return lumobjs().at(index); }

/**
* Attempt to add a new bias light source to the map (a copy is made).
Expand Down

0 comments on commit 0469da5

Please sign in to comment.