fixed a compiler warning

This commit is contained in:
Mark de Wever 2007-02-24 23:29:10 +00:00
parent 7bf5325486
commit 6b417315af

View File

@ -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