summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-20 17:52:37 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-20 17:52:37 (GMT)
commitcb05bc67c60d9ef3940c9427f89d7253826fb7ed (patch)
tree07ea0d5d88f5f35ddd428a026732bb4b2d9a9509 /src/game/GameController.cpp
parent94b94cf818eb3f984825a1465d10cb58484183a5 (diff)
downloadpowder-cb05bc67c60d9ef3940c9427f89d7253826fb7ed.zip
powder-cb05bc67c60d9ef3940c9427f89d7253826fb7ed.tar.gz
Ensure localBrowser is NULL when starting to prevent crash
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index f1371a5..48632a7 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();