Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Oct 30, 2014
1 parent 97fc1ad commit c9a9d3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/team.hpp
Expand Up @@ -212,6 +212,9 @@ class team : public savegame::savegame_config
int minimum_recruit_price() const;
const std::string& last_recruit() const { return last_recruit_; }
void last_recruit(const std::string & u_type) { last_recruit_ = u_type; }
// TODO: This attribute is never used for user messages. (currently
// current_player is used there). It's only used for debug messages
// and it's accessible to wml via [store_side]. Do we really need it?
const std::string& name() const
{ return info_.name; }

Expand Down

0 comments on commit c9a9d3e

Please sign in to comment.