mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 01:15:27 -04:00
Demo matches (#767)
This commit is contained in:
@@ -159,7 +159,11 @@ actor_process_profile_definition g_profile_Obj_Tower = {
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Priority */ PRIO_Obj_Tower,
|
||||
/* Actor SubMtd */ &daObj_TowerMethodTable,
|
||||
#if VERSION == VERSION_DEMO
|
||||
/* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
|
||||
#else
|
||||
/* Status */ fopAcStts_UNK40000_e,
|
||||
#endif
|
||||
/* Group */ fopAc_ACTOR_e,
|
||||
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user