mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-31 07:56:24 -04:00
arrow + 3 other actors now match
This commit is contained in:
@@ -74,11 +74,11 @@ static int daKytag06_Create(fopAc_ac_c* i_this) {
|
||||
}
|
||||
|
||||
static actor_method_class l_daKytag06_Method = {
|
||||
(process_method_func)daKytag06_Execute,
|
||||
(process_method_func)daKytag06_Draw,
|
||||
(process_method_func)daKytag06_IsDelete,
|
||||
(process_method_func)daKytag06_Delete,
|
||||
(process_method_func)daKytag06_Create,
|
||||
(process_method_func)daKytag06_Delete,
|
||||
(process_method_func)daKytag06_Execute,
|
||||
(process_method_func)daKytag06_IsDelete,
|
||||
(process_method_func)daKytag06_Draw,
|
||||
};
|
||||
|
||||
extern actor_process_profile_definition g_profile_KYTAG06 = {
|
||||
|
||||
Reference in New Issue
Block a user