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 {
private:
MenuStateCustomGame * menu;
int index;
int index = 0;
public:
GraphicListBoxFactions(const std::string &containerName = "", const std::string &objName = "");
void addInformation(MenuStateCustomGame* m, int i);