删除测试代码
This commit is contained in:
parent
d2c6d702e8
commit
79636e8619
|
@ -409,10 +409,9 @@ func (this *TienLenSceneData) BroadcastOpPos() {
|
||||||
if B < 0 {
|
if B < 0 {
|
||||||
isWin = false
|
isWin = false
|
||||||
}
|
}
|
||||||
|
if this.WGCreateScene.GetCloseCtrl() {
|
||||||
isWin = true
|
isWin = true
|
||||||
/* if this.WGCreateScene.GetCloseCtrl() {
|
}
|
||||||
isWin = true
|
|
||||||
}*/
|
|
||||||
isTienLenYule := this.IsTienLenYule()
|
isTienLenYule := this.IsTienLenYule()
|
||||||
pack := &tienlen.SCTienLenAIData{
|
pack := &tienlen.SCTienLenAIData{
|
||||||
BombNum: 0, //炸弹数量
|
BombNum: 0, //炸弹数量
|
||||||
|
|
|
@ -994,9 +994,7 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
|
||||||
if len(sceneEx.testPokers) > 1 {
|
if len(sceneEx.testPokers) > 1 {
|
||||||
sceneEx.SendHandCardOdds()
|
sceneEx.SendHandCardOdds()
|
||||||
} else {
|
} else {
|
||||||
// 关闭调控发牌
|
if sceneEx.WGCreateScene.GetCloseCtrl() {
|
||||||
sceneEx.SendHandCard_Match(true)
|
|
||||||
/* if sceneEx.WGCreateScene.GetCloseCtrl() {
|
|
||||||
sceneEx.SendHandCard_Match(true)
|
sceneEx.SendHandCard_Match(true)
|
||||||
} else {
|
} else {
|
||||||
if sceneEx.IsMatchScene() || sceneEx.IsCustom() {
|
if sceneEx.IsMatchScene() || sceneEx.IsCustom() {
|
||||||
|
@ -1004,7 +1002,7 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
|
||||||
} else {
|
} else {
|
||||||
sceneEx.SendHandCardOdds()
|
sceneEx.SendHandCardOdds()
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue