summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_spotbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_spotbox.cpp')
-rw-r--r--src/d/actor/d_a_spotbox.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/d/actor/d_a_spotbox.cpp b/src/d/actor/d_a_spotbox.cpp
index d2b859e8..be4f26bb 100644
--- a/src/d/actor/d_a_spotbox.cpp
+++ b/src/d/actor/d_a_spotbox.cpp
@@ -85,7 +85,11 @@ actor_process_profile_definition g_profile_SPOTBOX = {
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ PRIO_SPOTBOX,
/* Actor SubMtd */ &l_daSpotbox_Method,
+#if VERSION == VERSION_DEMO
+ /* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
+#else
/* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK4000_e | fopAcStts_UNK40000_e,
+#endif
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
};