mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-29 23:37:58 -04:00
Remove ActorFunc cast
This commit is contained in:
@@ -49,10 +49,10 @@ ActorInit En_Recepgirl_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_BG,
|
||||
sizeof(EnRecepgirl),
|
||||
(ActorFunc)EnRecepgirl_Init,
|
||||
(ActorFunc)EnRecepgirl_Destroy,
|
||||
(ActorFunc)EnRecepgirl_Update,
|
||||
(ActorFunc)EnRecepgirl_Draw,
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
};
|
||||
|
||||
static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x60100F0, (void*)0x600FCF0 };
|
||||
@@ -105,10 +105,10 @@ ActorInit En_Recepgirl_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_BG,
|
||||
sizeof(EnRecepgirl),
|
||||
(ActorFunc)EnRecepgirl_Init,
|
||||
(ActorFunc)EnRecepgirl_Destroy,
|
||||
(ActorFunc)EnRecepgirl_Update,
|
||||
(ActorFunc)EnRecepgirl_Draw,
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
};
|
||||
|
||||
static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x60100F0, (void*)0x600FCF0 };
|
||||
|
||||
Reference in New Issue
Block a user