Added end of line to all files to avoid warnings when compiling ...
This commit is contained in:
parent
5238dcc75a
commit
c5e39392b1
15 changed files with 15 additions and 15 deletions
|
@ -925,4 +925,4 @@ void ai::move_leader_after_recruit(const move_map& enemy_dstsrc)
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -332,4 +332,4 @@ void cave_map_generator::place_castle(const std::string& side, gamemap::location
|
|||
for(size_t n = 0; n != 6; ++n) {
|
||||
set_terrain(adj[n],castle_);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,4 +63,4 @@ private:
|
|||
size_t translate_y(size_t y) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -199,4 +199,4 @@ void undraw(SDL_Surface* screen)
|
|||
update_rect(area);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,4 +32,4 @@ private:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -2564,4 +2564,4 @@ void display::add_observer(const std::string& name)
|
|||
void display::remove_observer(const std::string& name)
|
||||
{
|
||||
observers_.erase(name);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -679,4 +679,4 @@ void undraw_floating_labels(SDL_Surface* screen)
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -107,4 +107,4 @@ void map_labels::recalculate_shroud()
|
|||
for(label_map::const_iterator i = labels_.begin(); i != labels_.end(); ++i) {
|
||||
font::show_floating_label(i->second,!disp_.shrouded(i->first.x,i->first.y));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,4 +41,4 @@ private:
|
|||
label_map labels_;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -2033,4 +2033,4 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data(const config& cfg
|
|||
}
|
||||
|
||||
return turn_end ? PROCESS_END_TURN : PROCESS_CONTINUE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,4 +84,4 @@ std::string unit_race::generate_name(unit_race::GENDER gender) const
|
|||
|
||||
int unit_race::num_traits() const { return ntraits_; }
|
||||
|
||||
bool unit_race::not_living() const { return not_living_; }
|
||||
bool unit_race::not_living() const { return not_living_; }
|
||||
|
|
|
@ -397,4 +397,4 @@ int sum_str_int_map(const stats::str_int_map& m)
|
|||
return res;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,4 +78,4 @@ namespace statistics
|
|||
stats calculate_stats(int category, int side);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -572,4 +572,4 @@ bool is_observer()
|
|||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -332,4 +332,4 @@ const SDL_Rect& theme::main_map_location(const SDL_Rect& screen) const
|
|||
const SDL_Rect& theme::mini_map_location(const SDL_Rect& screen) const
|
||||
{
|
||||
return mini_map_.location(screen);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue