Skip to content

Commit

Permalink
Added return to area_manager::set_active_map()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmglov committed Mar 25, 2011
1 parent 1d39b11 commit e1e0e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/world/area_manager.cc
Expand Up @@ -90,6 +90,8 @@ bool area_manager::set_active_map (const std::string & name, const bool & auto_s

// load the map
ActiveMap->load (name);

return true;
}

// save to disk
Expand Down

0 comments on commit e1e0e15

Please sign in to comment.