mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 16:36:37 +08:00
Small fix for build error caught by git's build system.
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user