总步数增加5
parent
00c4283490
commit
ca1f5d5021
|
@ -78,7 +78,7 @@ public class MapLogic {
|
|||
if (heroes.size() != teamPosHeroInfos.size()) {
|
||||
return;
|
||||
}
|
||||
mapManager.setTotalStep(totalStep);
|
||||
mapManager.setTotalStep(totalStep + 5);
|
||||
mapManager.setHeroes(heroes);
|
||||
}
|
||||
if (mapManager.getCurMapId() == 0) {
|
||||
|
|
Loading…
Reference in New Issue