소스 검색

update bugfix

zy_1995 8 달 전
부모
커밋
b675e7dd1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/Game/21201/Script/GameClientEngine_21201.js

+ 1 - 1
assets/Game/21201/Script/GameClientEngine_21201.js

@@ -1320,7 +1320,7 @@ cc.Class({
         //删除定时器
         this.KillGameClock();
         GameDef.dwChiHuRightAdd = this.m_GameEnd.dwChiHuRightAdd;
-        this.m_wGameProgress = this.m_pGameStart.cbQuan + 1;
+        this.m_wGameProgress = this.m_GameEnd.cbQuan + 1;
         // this.m_GameClientView.UpdateRoomProgress();
         this.MyChairID = this.GetMeChairID()