diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-13 19:22:57 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-13 19:22:57 -0700 |
| commit | a5641b0ba9e6222749fbc78307943b83db618c93 (patch) | |
| tree | 07331d4fe4f335491c3a6423fc9a9793e033ec61 /src/d/actor/d_a_magma.cpp | |
| parent | ccad35b7c2701850e4db3de78f393c6a2e560f58 (diff) | |
f_op_overlap cleanup, d_ovlp_fade progress
remove a bunch of externs
Diffstat (limited to 'src/d/actor/d_a_magma.cpp')
| -rw-r--r-- | src/d/actor/d_a_magma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_magma.cpp b/src/d/actor/d_a_magma.cpp index b26e2144..b41a43f5 100644 --- a/src/d/actor/d_a_magma.cpp +++ b/src/d/actor/d_a_magma.cpp @@ -62,7 +62,7 @@ static actor_method_class l_daMagma_Method = { (process_method_func)0, }; -extern actor_process_profile_definition g_profile_MAGMA = { +actor_process_profile_definition g_profile_MAGMA = { fpcLy_CURRENT_e, 7, fpcPi_CURRENT_e, |
