diff options
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index be788f5f5..80d6714af 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -116,7 +116,7 @@ GameStateOverlay* Graph_GetNextGameState(GameState* gameState) { if (gameStateInitFunc == Opening_Init) { return &gGameStateOverlayTable[4]; } - if (gameStateInitFunc == func_80811A20) { + if (gameStateInitFunc == FileChoose_Init) { return &gGameStateOverlayTable[5]; } |
