summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2022-05-17 18:41:50 -0400
committerGitHub <noreply@github.com>2022-05-18 00:41:50 +0200
commitaadb5f9c474e9f5773bb78bcfdd5cbedeed5169c (patch)
tree2c15152e6a6254df3eccb7b498c4f4e442ef49ec /src/code/graph.c
parentf6c472ae5e53575af5f0fd0f92ddc03c37ff0cf7 (diff)
Gameplay_ -> Play_ and this (#1229)
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 6bf87ae90..868506c7d 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -108,7 +108,7 @@ GameStateOverlay* Graph_GetNextGameState(GameState* gameState) {
if (gameStateInitFunc == Title_Init) {
return &gGameStateOverlayTable[2];
}
- if (gameStateInitFunc == Gameplay_Init) {
+ if (gameStateInitFunc == Play_Init) {
return &gGameStateOverlayTable[3];
}
if (gameStateInitFunc == Opening_Init) {