Load_Recoil(): show number of colors in "comment"

This commit is contained in:
Thomas Bernard 2018-03-04 23:05:45 +01:00
parent e36c96e21c
commit 2995a0e3e1

View File

@ -158,7 +158,7 @@ void Load_Recoil_Image(T_IO_Context *context)
free(pixels); free(pixels);
if (!File_error) if (!File_error)
{ {
snprintf(context->Comment, COMMENT_SIZE + 1, "RECOIL: %s", RECOIL_GetPlatform(recoil)); snprintf(context->Comment, COMMENT_SIZE + 1, "RECOIL: %s %d colors", RECOIL_GetPlatform(recoil), RECOIL_GetColors(recoil));
} }
} }
} }