diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-10 18:52:24 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-10 18:52:24 (GMT) |
| commit | fd572e9da68385d13a147164cd07d50160f2fc69 (patch) | |
| tree | 2cd99a57db8f11f4d41defe4ca4253553cd0b562 /src/game/GameController.cpp | |
| parent | cdc4b4df86d61abf8fe08fe120afcb2393755660 (diff) | |
| download | powder-fd572e9da68385d13a147164cd07d50160f2fc69.zip powder-fd572e9da68385d13a147164cd07d50160f2fc69.tar.gz | |
Change stamp storage to a list, insert new stamps at the begining, 'l' loads the first stamp or the previously used stamp, 'k' shows the stamp browser
Diffstat (limited to 'src/game/GameController.cpp')
| -rw-r--r-- | src/game/GameController.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index 7c70797..9cdac6e 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -109,8 +109,6 @@ public: cc->gameModel->SetStamp(cc->localBrowser->GetSave()->GetGameSave()); cc->LoadStamp(); } - else - cc->gameModel->SetStamp(NULL); } }; |
