andy5995
2018-09-06 22:58:06 -05:00
parent a81055f8e3
commit 79a9243acf

View File

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