mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-25 14:06:03 -04:00
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
This commit is contained in:
+2
-2
@@ -1638,7 +1638,7 @@ static scene_method_class l_dScnPly_Method = {
|
||||
(process_method_func)dScnPly_Draw,
|
||||
};
|
||||
|
||||
scene_process_profile_definition g_profile_PLAY_SCENE = {
|
||||
DUSK_PROFILE scene_process_profile_definition DUSK_CONST g_profile_PLAY_SCENE = {
|
||||
/* Layer ID */ fpcLy_ROOT_e,
|
||||
/* List ID */ 1,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
@@ -1651,7 +1651,7 @@ scene_process_profile_definition g_profile_PLAY_SCENE = {
|
||||
/* Scene SubMtd */ &l_dScnPly_Method,
|
||||
};
|
||||
|
||||
scene_process_profile_definition g_profile_OPENING_SCENE = {
|
||||
DUSK_PROFILE scene_process_profile_definition DUSK_CONST g_profile_OPENING_SCENE = {
|
||||
/* Layer ID */ fpcLy_ROOT_e,
|
||||
/* List ID */ 1,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
|
||||
Reference in New Issue
Block a user