mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
Merge pull request #206 from andy5995/cid-317047
menu_state_custom_game.h:init 'index'
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user