From 9d2c895b2af205451d058da4a4e7b2cde0289a2d Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 10 Mar 2025 14:20:23 -0400 Subject: [PATCH] Fix offset for options main status --- src/m_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_menu.c b/src/m_menu.c index 44f73da0b..c6438b3cc 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -6414,8 +6414,8 @@ static void M_Options(INT32 choice) // if the player is not admin or server, disable gameplay & server options OP_MainMenu[5].status = (Playing() && !(server || IsPlayerAdmin(consoleplayer))) ? (IT_GRAYEDOUT) : (IT_STRING|IT_SUBMENU); - OP_MainMenu[8].status = (Playing()) ? (IT_GRAYEDOUT) : (IT_STRING|IT_CALL); // Play credits OP_MainMenu[9].status = (Playing()) ? (IT_GRAYEDOUT) : (IT_STRING|IT_CALL); // Play credits + OP_MainMenu[10].status = (Playing()) ? (IT_GRAYEDOUT) : (IT_STRING|IT_CALL); // Play credits #ifdef HAVE_DISCORDRPC OP_DataOptionsMenu[4].status = (Playing()) ? (IT_GRAYEDOUT) : (IT_STRING|IT_SUBMENU); // Erase data