Fix a compiler warning.
This commit is contained in:
parent
0553cceae4
commit
fbbc4bff9b
1 changed files with 10 additions and 3 deletions
|
@ -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_;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue