Skip to content

Commit

Permalink
Fixed|WorldSystem: Wrong MapInfo used when changing map (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jul 13, 2014
1 parent c4a9946 commit ed81d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/world/worldsystem.cpp
Expand Up @@ -465,7 +465,7 @@ DENG2_PIMPL(WorldSystem)
if(MapDef *mapDef = map->def())
{
Uri const mapUri = mapDef->composeUri();
defs.getMapInfo(&mapUri);
mapInfo = defs.getMapInfo(&mapUri);
}

if(!mapInfo)
Expand Down

0 comments on commit ed81d15

Please sign in to comment.