diff --git a/src/tr1/game/phase/phase_photo_mode.c b/src/tr1/game/phase/phase_photo_mode.c index 4fc2df285..7616c27b4 100644 --- a/src/tr1/game/phase/phase_photo_mode.c +++ b/src/tr1/game/phase/phase_photo_mode.c @@ -90,7 +90,7 @@ static PHASE_CONTROL M_Control(int32_t nframes) Input_Update(); Shell_ProcessInput(); - if (g_InputDB.toggle_photo_mode || g_InputDB.menu_back) { + if (g_InputDB.toggle_photo_mode || g_InputDB.option) { Phase_Set(PHASE_GAME, NULL); } else if (g_InputDB.action) { m_Status = PS_ACTIVE;