diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-07-15 06:31:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 01:31:41 -0400 |
| commit | 7158775cea70824bdae64822286f01f841c43806 (patch) | |
| tree | b09ef30206edc8160a044af3780cdf42fc35fa6e /src/code | |
| parent | 41adadd85d4d528bf99a4bc8934eabec9be06b3b (diff) | |
Finish rename scene lists (#2652)
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_scene.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_scene.c b/src/code/z_scene.c index a3182a2f8..38323e6c7 100644 --- a/src/code/z_scene.c +++ b/src/code/z_scene.c @@ -531,13 +531,13 @@ void Scene_SetTransitionForNextEntrance(PlayState* play) { } SceneCmdHandlerFunc sSceneCmdHandlers[SCENE_CMD_ID_MAX] = { - Scene_CommandPlayerEntryList, // SCENE_CMD_ID_SPAWN_LIST + Scene_CommandPlayerEntryList, // SCENE_CMD_ID_PLAYER_ENTRY_LIST Scene_CommandActorEntryList, // SCENE_CMD_ID_ACTOR_LIST Scene_CommandUnused2, // SCENE_CMD_ID_UNUSED_2 Scene_CommandCollisionHeader, // SCENE_CMD_ID_COLLISION_HEADER Scene_CommandRoomList, // SCENE_CMD_ID_ROOM_LIST Scene_CommandWindSettings, // SCENE_CMD_ID_WIND_SETTINGS - Scene_CommandSpawnList, // SCENE_CMD_ID_ENTRANCE_LIST + Scene_CommandSpawnList, // SCENE_CMD_ID_SPAWN_LIST Scene_CommandSpecialFiles, // SCENE_CMD_ID_SPECIAL_FILES Scene_CommandRoomBehavior, // SCENE_CMD_ID_ROOM_BEHAVIOR Scene_CommandUndefined9, // SCENE_CMD_ID_UNDEFINED_9 |
