Small fix for build error caught by git's build system.
This commit is contained in:
parent
446c707771
commit
5592996ed3
@ -874,10 +874,10 @@ Fl_PNG_Image *png[4];
|
||||
void make_pieces() {
|
||||
if (png[0]) return;
|
||||
int which = 0;
|
||||
png[which++] = new Fl_PNG_Image(NULL, pixmaps_black_checker_png, sizeof(pixmaps_black_checker_png));
|
||||
png[which++] = new Fl_PNG_Image(NULL, pixmaps_white_checker_png, sizeof(pixmaps_white_checker_png));
|
||||
png[which++] = new Fl_PNG_Image(NULL, pixmaps_black_checker_king_png, sizeof(pixmaps_black_checker_king_png));
|
||||
png[which++] = new Fl_PNG_Image(NULL, pixmaps_white_checker_king_png, sizeof(pixmaps_white_checker_king_png));
|
||||
png[which++] = new Fl_PNG_Image(NULL, (const unsigned char *)pixmaps_black_checker_png, sizeof(pixmaps_black_checker_png));
|
||||
png[which++] = new Fl_PNG_Image(NULL, (const unsigned char *)pixmaps_white_checker_png, sizeof(pixmaps_white_checker_png));
|
||||
png[which++] = new Fl_PNG_Image(NULL, (const unsigned char *)pixmaps_black_checker_king_png, sizeof(pixmaps_black_checker_king_png));
|
||||
png[which++] = new Fl_PNG_Image(NULL, (const unsigned char *)pixmaps_white_checker_king_png, sizeof(pixmaps_white_checker_king_png));
|
||||
}
|
||||
|
||||
#define ISIZE 62 // old: 56
|
||||
|
Loading…
Reference in New Issue
Block a user