From a50ae4f38a36dc0194812be9875a21a117a06676 Mon Sep 17 00:00:00 2001 From: lephe Date: Mon, 17 Apr 2017 13:05:46 +0200 Subject: [PATCH] Erf. --- src/bopti/dimage.c | 2 +- src/bopti/gimage.c | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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