Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer

This commit is contained in:
gymnast86
2026-05-28 20:21:14 -07:00
981 changed files with 5306 additions and 4931 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ const static dCcD_SrcSph ccSphSrc = {
} // mSphAttr
};
static char* l_arcName = "CrvGate";
static DUSK_CONSTEXPR char DUSK_CONST* l_arcName = "CrvGate";
namespace {
static u16 s_CoCount = 0;
@@ -850,13 +850,13 @@ int daObjCRVGATE_c::Delete() {
return 1;
}
static actor_method_class l_daObjCRVGATE_Method = {
static DUSK_CONST actor_method_class l_daObjCRVGATE_Method = {
(process_method_func)daObjCRVGATE_Create, (process_method_func)daObjCRVGATE_Delete,
(process_method_func)daObjCRVGATE_Execute, (process_method_func)daObjCRVGATE_IsDelete,
(process_method_func)daObjCRVGATE_Draw,
};
actor_process_profile_definition g_profile_Obj_CRVGATE = {
DUSK_PROFILE actor_process_profile_definition DUSK_CONST g_profile_Obj_CRVGATE = {
/* Layer ID */ fpcLy_CURRENT_e,
/* List ID */ 3,
/* List Prio */ fpcPi_CURRENT_e,