mirror of https://github.com/mgba-emu/mgba.git
Util: Initialize No-Intro DB parsing stack
This commit is contained in:
parent
54413a8fd1
commit
13cf63293d
|
@ -157,7 +157,7 @@ struct NoIntroDB* NoIntroDBLoad(struct VFile* vf) {
|
|||
struct {
|
||||
char* key;
|
||||
struct NoIntroItem* item;
|
||||
} keyStack[KEY_STACK_SIZE];
|
||||
} keyStack[KEY_STACK_SIZE] = {};
|
||||
struct Table* parent = 0;
|
||||
|
||||
size_t stackDepth = 0;
|
||||
|
|
Loading…
Reference in New Issue