Compare commits
No commits in common. "6c4e49ef44ab2caa9ba29296d2ad3215fe512ad2" and "89aefd480a478d179fd901878cecf84eb28cd092" have entirely different histories.
6c4e49ef44
...
89aefd480a
|
@ -117,8 +117,6 @@ func NewScene(args *CreateSceneParam) *Scene {
|
|||
KeyGameDif: args.GetDBGameFree().GetGameDif(),
|
||||
}
|
||||
s.CycleID, _ = model.AutoIncGameLogId()
|
||||
s.rrVer = ReplayRecorderVer[gameId]
|
||||
s.RecordReplayStart()
|
||||
s.init()
|
||||
return s
|
||||
}
|
||||
|
|
|
@ -2765,10 +2765,7 @@ func (this *SceneBilledStateTienLen) OnLeave(s *base.Scene) {
|
|||
continue
|
||||
}
|
||||
player_data.Clear()
|
||||
if sceneEx.IsCustom() {
|
||||
player_data.UnmarkFlag(base.PlayerState_WaitNext)
|
||||
}
|
||||
if sceneEx.IsMatchScene() || sceneEx.IsCustom() {
|
||||
if sceneEx.IsMatchScene() {
|
||||
continue
|
||||
}
|
||||
if !player_data.IsOnLine() {
|
||||
|
|
Loading…
Reference in New Issue