diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-01 21:20:27 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-01 21:20:27 (GMT) |
| commit | f86091d421989ead46940cc12b77e48cfb127608 (patch) | |
| tree | 978f64c6ab2e90789e73ab3af52f9528429fe8a0 /src/game/GameModel.cpp | |
| parent | 038da72c61ea6a251d805e2de3662f240da52b02 (diff) | |
| download | powder-f86091d421989ead46940cc12b77e48cfb127608.zip powder-f86091d421989ead46940cc12b77e48cfb127608.tar.gz | |
Use useragent for version, fix URl encoding
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++) { |
