summaryrefslogtreecommitdiff
path: root/src/game/GameModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameModel.h')
-rw-r--r--src/game/GameModel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 2ca8c2c..61d0c93 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -58,7 +58,9 @@ private:
Simulation * sim;
Renderer * ren;
Tool * lastTool;
- Tool * activeTools[3];
+ Tool ** activeTools;
+ Tool * decoToolset[3];
+ Tool * regularToolset[3];
User currentUser;
float toolStrength;
std::deque<Snapshot*> history;