patterns/tga: Make pattern compatible with new version

This commit is contained in:
Nik
2023-01-22 12:24:14 +01:00
committed by GitHub
parent 32158edb3a
commit 55023ce4ea

View File

@@ -72,7 +72,7 @@ struct Footer {
u32 developerDirectoryOffset;
char signature[0x10];
char dot;
char null;
char zero;
};
Header header @ 0x0;