修复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
+1
View File
@@ -266,6 +266,7 @@ void TriggerLineClearEffect(const int* rows, int rowCount, int linesCleared);
void PlayPendingLineClearEffect();
void TriggerCellClearEffect(const Point* cells, int cellCount, bool strongBurst);
void AwardRogueSkillClearRewards(int clearedCells, int& scoreGain, int& expGain, bool allowLevelProgress);
void CheckRogueLevelProgress();
void ApplyBoardGravity();
int GetRogueFallInterval();
int GetRoguePlayableHeight();