diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-03 17:12:32 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-03 17:12:32 (GMT) |
| commit | 299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566 (patch) | |
| tree | a867e45707c6d819761782c90af00b0f6093cbcc /src/game/GameController.cpp | |
| parent | 838a612026c821c03e663c818d4bc9fe740febd8 (diff) | |
| download | powder-299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566.zip powder-299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566.tar.gz | |
Search and stamps scolling with mouse wheel, Esc to exit
Diffstat (limited to 'src/game/GameController.cpp')
| -rw-r--r-- | src/game/GameController.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index 3408ec5..7b7ba20 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -97,6 +97,8 @@ public: { cc->gameModel->SetStamp(cc->stamps->GetStamp()); } + else + cc->gameModel->SetStamp(NULL); } }; |
