Ensure localBrowser is NULL when starting to prevent crash
This commit is contained in:
parent
94b94cf818
commit
cb05bc67c6
@ -139,6 +139,7 @@ GameController::GameController():
|
||||
tagsWindow(NULL),
|
||||
options(NULL),
|
||||
activePreview(NULL),
|
||||
localBrowser(NULL),
|
||||
HasDone(false)
|
||||
{
|
||||
gameView = new GameView();
|
||||
|
Loading…
Reference in New Issue
Block a user