summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp2
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);
}
};