summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/m_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_scene.c b/src/code/m_scene.c
index 21b2f5c..2616ef9 100644
--- a/src/code/m_scene.c
+++ b/src/code/m_scene.c
@@ -362,5 +362,5 @@ void return_emu_game(Game* game) {
common_data.unk_10754 = common_data.unk_107A0 + 1;
game->unk_74 = 0;
game_goto_next_game_play(game);
- common_data.unk_00014 = common_data.unk_107A0;
+ common_data.sceneNo = common_data.unk_107A0;
}