Fix a compiler warning.

This commit is contained in:
Mark de Wever 2009-08-03 18:15:48 +00:00
parent 0553cceae4
commit fbbc4bff9b

View file

@ -46,9 +46,16 @@ public:
void replay_skip_animation();
virtual void force_end_turn() {}
virtual void force_end_level(LEVEL_RESULT res, const std::string &endlevel_music_list,
int percentage, bool add, bool bonus, bool report, bool prescenario_save,
bool linger) {}
virtual void force_end_level(LEVEL_RESULT /*res*/
, const std::string& /*endlevel_music_list*/
, int /*percentage*/
, bool /*add*/
, bool /*bonus*/
, bool /*report*/
, bool /*prescenario_save*/
, bool /*linger*/)
{
}
std::vector<team> teams_start_;