diff --git a/modules/entertainment/xxlPlat.go b/modules/entertainment/xxlPlat.go index 62ba61c42..e6308370d 100644 --- a/modules/entertainment/xxlPlat.go +++ b/modules/entertainment/xxlPlat.go @@ -1299,7 +1299,7 @@ func (this *MapData) HitElem(color int32, curid int32) (szMap []*pb.MapData) { szMap = append(szMap, &pb.MapData{ Data: this.GetPalatData(), CurSocre: curScore, - CurEnergy: 0, + CurEnergy: energy, }) } sz, _ := this.CheckMap(color, false)