diff --git a/src/m_menu.c b/src/m_menu.c
index 5b85f65df0cc108d15d55756715c030bd5b55412..da47de8d5757ac6ae0e902416b26bd4cb727cc48 100644
--- a/src/m_menu.c
+++ b/src/m_menu.c
@@ -1387,6 +1387,9 @@ static menuitem_t OP_VideoOptionsMenu[] =
 	{IT_HEADER, NULL, "Renderer", NULL, 208},
 	{IT_CALL | IT_STRING, NULL, "OpenGL Options...",         M_OpenGLOptionsMenu, 214},
 #endif
+
+	{IT_HEADER, NULL, "Experimental", NULL, 222},
+	{IT_STRING | IT_CVAR, NULL, "Frame Interpolation",       &cv_frameinterpolation, 228},
 };
 
 static menuitem_t OP_VideoModeMenu[] =