补充赌命四消与极限玩家强化路线

This commit is contained in:
2026-04-25 13:51:03 +08:00
parent 86a3065ee2
commit f6a81a1e5f
4 changed files with 97 additions and 2 deletions
+8
View File
@@ -167,6 +167,14 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
shouldRefresh = true;
}
if (currentMode == MODE_ROGUE && rogueStats.extremeSlowTicks > 0)
{
rogueStats.extremeSlowTicks--;
currentFallInterval = GetRogueFallInterval();
ResetGameTimer(hWnd);
shouldRefresh = true;
}
if (currentScreen == SCREEN_PLAYING &&
!suspendFlag &&
!gameOverFlag)