summaryrefslogtreecommitdiff
path: root/src/code/z_scene_proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_scene_proc.c')
-rw-r--r--src/code/z_scene_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_scene_proc.c b/src/code/z_scene_proc.c
index 67f503e58..c899b4d83 100644
--- a/src/code/z_scene_proc.c
+++ b/src/code/z_scene_proc.c
@@ -22,7 +22,7 @@ static Gfx sSceneDrawDefaultDL[] = {
/**
* Executes the current scene draw config handler.
*/
-void Scene_ExecuteDrawConfig(PlayState* play) {
+void Scene_Draw(PlayState* play) {
static void (*sceneDrawConfigHandlers[])(PlayState*) = {
Scene_DrawConfigDefault,
Scene_DrawConfigMatAnim,