mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-03 00:36:35 -04:00
Remove ActorFunc cast
This commit is contained in:
@@ -54,10 +54,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] = { object_bg_Tex_00F8F0, object_bg_Tex_00FCF0, object_bg_Tex_0100F0, object_bg_Tex_00FCF0 };
|
||||
|
||||
Reference in New Issue
Block a user