diff options
Diffstat (limited to 'src/game/GameModel.cpp')
| -rw-r--r-- | src/game/GameModel.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/GameModel.cpp b/src/game/GameModel.cpp index dcad405..4fe65ea 100644 --- a/src/game/GameModel.cpp +++ b/src/game/GameModel.cpp @@ -33,6 +33,10 @@ GameModel::GameModel(): menuList[sim->ptypes[i].menusection]->AddTool(tempTool); } } + + //Build menu for GOL types + //for(int i = 0; i < GOL_) + //Build other menus from wall data for(int i = 0; i < UI_WALLCOUNT; i++) { |
