mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Initialize staticSegment in Title_Init to NULL (#899)
This commit is contained in:
parent
d4bd953c0b
commit
bd787719b8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue