mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
change unitialized byte values in xlink to 0
This commit is contained in:
@@ -26,7 +26,7 @@ enum eBlockType {
|
||||
};
|
||||
|
||||
SLONG options = 0;
|
||||
SLONG fillchar = -1;
|
||||
SLONG fillchar = 0;
|
||||
enum eOutputType outputtype = OUTPUT_GBROM;
|
||||
char temptext[1024];
|
||||
char smartlinkstartsymbol[256];
|
||||
|
||||
Reference in New Issue
Block a user