diff --git a/src/bopti/dimage.c b/src/bopti/dimage.c index 27944d2..fe34859 100644 --- a/src/bopti/dimage.c +++ b/src/bopti/dimage.c @@ -10,7 +10,7 @@ void dimage_part(int x, int y, image_t *img, int left, int top, int width, int height) { - if(!img || img->magic != 0xb7) return; + if(!img || img->magic != 0x01) return; structure_t s; command_t command; diff --git a/src/bopti/gimage.c b/src/bopti/gimage.c index 8095be4..e570634 100644 --- a/src/bopti/gimage.c +++ b/src/bopti/gimage.c @@ -11,7 +11,7 @@ void gimage_part(int x, int y, image_t *img, int left, int top, int width, int height) { - if(!img || img->magic != 0xb7) return; + if(!img || img->magic != 0x01) return; structure_t s; command_t command; diff --git a/version b/version index dcdacc6..c06f383 100644 --- a/version +++ b/version @@ -1 +1 @@ -beta-0.9-302 +beta-0.9-303