d_a_grass Matching (#2858)

This commit is contained in:
hatal175
2025-11-25 01:28:20 +02:00
committed by GitHub
parent 97c60c9092
commit c4df6a5771
4 changed files with 13 additions and 16 deletions
+2 -5
View File
@@ -385,15 +385,12 @@ static int daGrass_Delete(daGrass_c* i_this) {
}
int daGrass_c::execute() {
// fake match, inlines save to register instead of reloading
// dComIfG_Ccsp()->PrepareMass();
g_dComIfG_gameInfo.play.mCcs.mMass_Mng.Prepare();
dComIfG_Ccsp()->PrepareMass();
executeGrass();
executeFlower();
// dComIfG_Ccsp()->MassClear();
g_dComIfG_gameInfo.play.mCcs.MassClear();
dComIfG_Ccsp()->MassClear();
return 1;
}