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),
|
tagsWindow(NULL),
|
||||||
options(NULL),
|
options(NULL),
|
||||||
activePreview(NULL),
|
activePreview(NULL),
|
||||||
|
localBrowser(NULL),
|
||||||
HasDone(false)
|
HasDone(false)
|
||||||
{
|
{
|
||||||
gameView = new GameView();
|
gameView = new GameView();
|
||||||
|
Loading…
Reference in New Issue
Block a user