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 71e485d..affb885 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -13,6 +13,7 @@
#include "dialogues/ConfirmPrompt.h"
#include "GameModelException.h"
#include "simulation/Air.h"
+#include "update/UpdateActivity.h"
#include "Notification.h"
using namespace std;
@@ -675,5 +676,6 @@ void GameController::RemoveNotification(Notification * notification)
void GameController::RunUpdater()
{
Exit();
+ new UpdateActivity();
}