mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 11:19:58 -04:00
Merge branch 'refs/heads/main' into depth-bias-poc-hack
This commit is contained in:
@@ -640,7 +640,7 @@ static int daObjDrop_Create(fopAc_ac_c* i_this) {
|
||||
return ((daObjDrop_c*)i_this)->create();
|
||||
}
|
||||
|
||||
static actor_method_class l_daObjDrop_Method = {
|
||||
static DUSK_CONST actor_method_class l_daObjDrop_Method = {
|
||||
(process_method_func)daObjDrop_Create,
|
||||
(process_method_func)daObjDrop_Delete,
|
||||
(process_method_func)daObjDrop_Execute,
|
||||
@@ -648,7 +648,7 @@ static actor_method_class l_daObjDrop_Method = {
|
||||
(process_method_func)NULL,
|
||||
};
|
||||
|
||||
actor_process_profile_definition g_profile_Obj_Drop = {
|
||||
DUSK_PROFILE actor_process_profile_definition DUSK_CONST g_profile_Obj_Drop = {
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 7,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
|
||||
Reference in New Issue
Block a user