mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 21:47:52 +00:00
fixed a compiler warning
This commit is contained in:
parent
7bf5325486
commit
6b417315af
@ -63,7 +63,7 @@ struct player_info
|
||||
class game_state : public variable_set
|
||||
{
|
||||
public:
|
||||
game_state() : difficulty("NORMAL"), recursive_(false) {}
|
||||
game_state() : recursive_(false), difficulty("NORMAL") {}
|
||||
std::string label; //name of the game (e.g. name of save file)
|
||||
std::string version; //version game was created with.
|
||||
std::string campaign_type; //type of the game - campaign, multiplayer etc
|
||||
|
Loading…
x
Reference in New Issue
Block a user