调整致谢页并清理worktree
This commit is contained in:
@@ -101,7 +101,7 @@ Bitmap* LoadBackgroundImage()
|
||||
*/
|
||||
Bitmap* LoadCreditImage(int index)
|
||||
{
|
||||
constexpr int creditPageCount = 4;
|
||||
constexpr int creditPageCount = 5;
|
||||
static Bitmap* creditImages[creditPageCount] = {};
|
||||
static bool attempted[creditPageCount] = {};
|
||||
|
||||
@@ -121,7 +121,8 @@ Bitmap* LoadCreditImage(int index)
|
||||
L"assets\\images\\qls.jpg",
|
||||
L"assets\\images\\wyk.jpg",
|
||||
L"assets\\images\\swj.jpg",
|
||||
L"assets\\images\\qhy.jpg"
|
||||
L"assets\\images\\qhy.jpg",
|
||||
L"assets\\images\\syc.jpg"
|
||||
};
|
||||
const std::wstring creditExtraCandidates[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user