mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Fix segfault in gbagfx
This commit is contained in:
parent
46f4a4bbf7
commit
a35ab0d023
@ -92,6 +92,7 @@ void HandleGbaToPngCommand(char *inputPath, char *outputPath, int argc, char **a
|
|||||||
options.width = 1;
|
options.width = 1;
|
||||||
options.metatileWidth = 1;
|
options.metatileWidth = 1;
|
||||||
options.metatileHeight = 1;
|
options.metatileHeight = 1;
|
||||||
|
options.tilemapFilePath = NULL;
|
||||||
options.isAffineMap = false;
|
options.isAffineMap = false;
|
||||||
|
|
||||||
for (int i = 3; i < argc; i++)
|
for (int i = 3; i < argc; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user