diff options
Diffstat (limited to 'src/d/actor/d_a_stone.cpp')
| -rw-r--r-- | src/d/actor/d_a_stone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_stone.cpp b/src/d/actor/d_a_stone.cpp index ea5a12ff..dd0db104 100644 --- a/src/d/actor/d_a_stone.cpp +++ b/src/d/actor/d_a_stone.cpp @@ -255,7 +255,7 @@ actor_process_profile_definition g_profile_STONE = { /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, /* Priority */ 0x0104, - /* Actor SubMtd */ &daStone::daStone::Method::Table, + /* Actor SubMtd */ &daStone::Method::Table, /* Status */ fopAcStts_CULL_e | fopAcStts_FREEZE_e | fopAcStts_UNK40000_e, /* Group */ fopAc_ACTOR_e, /* CullType */ fopAc_CULLSPHERE_CUSTOM_e, |
