This commit is contained in:
lephe 2017-04-17 13:05:46 +02:00
parent b15d543e8d
commit 34588147d8
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -1 +1 @@
beta-0.9-302
beta-0.9-303