牌局回放
This commit is contained in:
parent
5c6dce2f4d
commit
034abb64e2
|
@ -117,6 +117,8 @@ func NewScene(args *CreateSceneParam) *Scene {
|
||||||
KeyGameDif: args.GetDBGameFree().GetGameDif(),
|
KeyGameDif: args.GetDBGameFree().GetGameDif(),
|
||||||
}
|
}
|
||||||
s.CycleID, _ = model.AutoIncGameLogId()
|
s.CycleID, _ = model.AutoIncGameLogId()
|
||||||
|
s.rrVer = ReplayRecorderVer[gameId]
|
||||||
|
s.RecordReplayStart()
|
||||||
s.init()
|
s.init()
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue