diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index f1371a546..48632a74c 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -139,6 +139,7 @@ GameController::GameController(): tagsWindow(NULL), options(NULL), activePreview(NULL), + localBrowser(NULL), HasDone(false) { gameView = new GameView();