修复强化界面m不能返回

This commit is contained in:
2026-04-27 23:16:54 +08:00
parent f3065c5fe7
commit 2c04796010
+4
View File
@@ -1388,6 +1388,10 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
InvalidateRect(hWnd, nullptr, FALSE);
}
break;
case 'M':
ReturnToMainMenu();
InvalidateRect(hWnd, nullptr, FALSE);
break;
default:
break;
}