mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-29 13:03:36 +01:00
Erf.
This commit is contained in:
parent
b15d543e8d
commit
34588147d8
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
beta-0.9-302
|
||||
beta-0.9-303
|
||||
|
|
Loading…
Reference in a new issue