summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2022-08-03 12:58:19 -0400
committermzxrules <mzxrules@gmail.com>2022-08-03 12:58:19 -0400
commite5c6aac0067bef05f00a28fa1c2ff0334cea5d06 (patch)
treee3a5e64b187119d07153298ad9c27f56cbbe6f50 /src/code/graph.c
parent723c82ce224372654e2e69d2edb071014a94298e (diff)
parent4693978015a18165f96cbe57f8c4f7058c38c451 (diff)
Merge remote-tracking branch 'upstream/master' into z_map_
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 28327c35f..f625cb7b6 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -67,7 +67,7 @@ GameStateOverlay* Graph_GetNextGameState(GameState* gameState) {
if (gameStateInit == (GameStateFunc)TitleSetup_Init) {
return &gGameStateOverlayTable[0];
}
- if (gameStateInit == (GameStateFunc)Select_Init) {
+ if (gameStateInit == (GameStateFunc)MapSelect_Init) {
return &gGameStateOverlayTable[1];
}
if (gameStateInit == (GameStateFunc)Title_Init) {