修复exp

This commit is contained in:
2026-04-26 14:50:15 +08:00
parent 01d06f1a5f
commit 24c24acf44
4 changed files with 55 additions and 0 deletions
+3
View File
@@ -608,6 +608,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
if (!gameOverFlag)
{
DeleteLines();
CheckRogueLevelProgress();
}
}
@@ -911,6 +912,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
if (!gameOverFlag)
{
DeleteLines();
CheckRogueLevelProgress();
}
}
break;
@@ -924,6 +926,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
if (!gameOverFlag)
{
DeleteLines();
CheckRogueLevelProgress();
}
break;
case 'C':