1
This commit is contained in:
parent
7eef3d74e0
commit
e1d7fcf782
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user