Initialize staticSegment in Title_Init to NULL (#899)

This commit is contained in:
GaryOderNichts
2022-07-24 15:36:36 +02:00
committed by GitHub
parent d4bd953c0b
commit bd787719b8

View File

@@ -333,6 +333,7 @@ void Title_Init(GameState* thisx) {
} else {
quote = SetQuote();
this->staticSegment = NULL;
//this->staticSegment = GAMESTATE_ALLOC_MC(&this->state, size);
osSyncPrintf("z_title.c\n");
//ASSERT(this->staticSegment != NULL);