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),
options(NULL),
activePreview(NULL),
localBrowser(NULL),
HasDone(false)
{
gameView = new GameView();