This commit is contained in:
aozhiwei 2023-09-24 12:09:50 +08:00
parent 7eef3d74e0
commit e1d7fcf782

View File

@ -37,8 +37,10 @@ type room struct {
gameStartNotifyMsg *cs.SMRoomGameStartNotify
}
func (this *room) init(roomId string, roomIdx int64,
owner common.Player, msg *cs.CMCreateRoom) {
func (this *room) init(roomId string,
roomIdx int64,
owner common.Player,
msg *cs.CMCreateRoom) {
this.roomId = roomId
this.roomIdx = roomIdx
this.config.mapId = msg.GetMapId()