mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
some cleanup of f_pc/f_op files (#2254)
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
This commit is contained in:
@@ -152,7 +152,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP0 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP0,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
@@ -167,7 +167,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP1 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP1,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
@@ -182,7 +182,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP6 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP6,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
@@ -197,7 +197,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP7 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP7,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
@@ -212,7 +212,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP8 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP8,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
@@ -227,7 +227,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP9 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP9,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
@@ -242,7 +242,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP10 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP10,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
@@ -257,11 +257,11 @@ extern overlap_process_profile_definition g_profile_OVERLAP11 = {
|
||||
0,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_OVERLAP11,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(overlap1_class),
|
||||
0,
|
||||
0,
|
||||
&g_fopOvlp_Method,
|
||||
782,
|
||||
&l_dOvlpFd_Method,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user