Ensure localBrowser is NULL when starting to prevent crash

This commit is contained in:
Simon Robertshaw 2012-08-20 18:52:37 +01:00
parent 94b94cf818
commit cb05bc67c6

View File

@ -139,6 +139,7 @@ GameController::GameController():
tagsWindow(NULL), tagsWindow(NULL),
options(NULL), options(NULL),
activePreview(NULL), activePreview(NULL),
localBrowser(NULL),
HasDone(false) HasDone(false)
{ {
gameView = new GameView(); gameView = new GameView();