mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 17:32:19 -05:00
Initialize staticSegment in Title_Init to NULL (#899)
This commit is contained in:
parent
d4bd953c0b
commit
bd787719b8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user