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, 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);
}
};