Initialize staticSegment in Title_Init to NULL (#899)
This commit is contained in:
@@ -333,6 +333,7 @@ void Title_Init(GameState* thisx) {
|
|||||||
} else {
|
} else {
|
||||||
quote = SetQuote();
|
quote = SetQuote();
|
||||||
|
|
||||||
|
this->staticSegment = NULL;
|
||||||
//this->staticSegment = GAMESTATE_ALLOC_MC(&this->state, size);
|
//this->staticSegment = GAMESTATE_ALLOC_MC(&this->state, size);
|
||||||
osSyncPrintf("z_title.c\n");
|
osSyncPrintf("z_title.c\n");
|
||||||
//ASSERT(this->staticSegment != NULL);
|
//ASSERT(this->staticSegment != NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user