Añadido fp.screen
This commit is contained in:
parent
985e38755e
commit
8d2b551aca
|
@ -272,6 +272,7 @@ struct _fun_params{
|
||||||
TYPEOF_GetVarOffset *GetVarOffset ;
|
TYPEOF_GetVarOffset *GetVarOffset ;
|
||||||
TYPEOF_Stub_Quit *Stub_Quit ;
|
TYPEOF_Stub_Quit *Stub_Quit ;
|
||||||
int imem_max;
|
int imem_max;
|
||||||
|
SDL_Surface *screen;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -241,6 +241,7 @@ struct _fun_params{
|
||||||
TYPEOF_GetVarOffset *GetVarOffset ;
|
TYPEOF_GetVarOffset *GetVarOffset ;
|
||||||
TYPEOF_Stub_Quit *Stub_Quit ;
|
TYPEOF_Stub_Quit *Stub_Quit ;
|
||||||
int imem_max;
|
int imem_max;
|
||||||
|
SDL_Surface *screen;
|
||||||
} fp ;
|
} fp ;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue