This commit is contained in:
nhmall
2023-01-12 09:21:53 -05:00
parent a22b56174f
commit 45780b5d37

View File

@@ -213,6 +213,7 @@ main(int argc, char *argv[])
if (!newbmp) {
printf("memory allocation failure, %d %d, aborting.\n",
bmpsize, magictileno);
exit(1);
}
tilecount = 0;
xoffset = yoffset = 0;