diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-20 18:37:01 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-20 18:37:01 -0700 |
| commit | 7240ee421a244545fd8c4f7cdfd4e426bd49feb0 (patch) | |
| tree | a427e8fb2369239d730266e986fd47c16335925e /src/d/actor/d_a_swtact.cpp | |
| parent | 9431cf51bd4bc9173fb0aa1d8be64bb8b07673c6 (diff) | |
fix
Diffstat (limited to 'src/d/actor/d_a_swtact.cpp')
| -rw-r--r-- | src/d/actor/d_a_swtact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_swtact.cpp b/src/d/actor/d_a_swtact.cpp index 2eae55a9..dc29f77a 100644 --- a/src/d/actor/d_a_swtact.cpp +++ b/src/d/actor/d_a_swtact.cpp @@ -246,7 +246,7 @@ actor_method_class daSwTactMethodTable = { (process_method_func)daSwTact_Draw, }; -actor_process_profile_definition g_profile_SWTACT = { +actor_process_profile_definition g_profile_SW_TACT = { fpcLy_CURRENT_e, 7, fpcPi_CURRENT_e, |
