Merge pull request #206 from andy5995/cid-317047

menu_state_custom_game.h:init 'index'
This commit is contained in:
MathuSum Mut
2018-09-09 01:12:39 +02:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ namespace Glest {
class GraphicListBoxFactions : public GraphicListBox {
private:
MenuStateCustomGame * menu;
int index;
int index = 0;
public:
GraphicListBoxFactions(const std::string &containerName = "", const std::string &objName = "");
void addInformation(MenuStateCustomGame* m, int i);